RepositoryEntryTypeColumnDescriptor.java

Diff Revision Date Message Lines Author Branch
1.3 11 Feb 11

- checkstyle configuration ... ... [X] clean up according to the checkstyle rules - smoke test passed: mvn clean package install

+8 -8 Patrick Brunner MAIN
1.2 11 Feb 11

- checkstyle configuration ... [X] formatting step only - smoke test passed: mvn clean package install

+6 -13 Patrick Brunner MAIN
1.1 16 Apr 08

OLAT-3027 Fixing broken repo entry type column by adding a custom repo entry type column descriptor. I could not revoert to the previous behaviour of returning the repo entry type as a string because I need the repo entry itself to render the repo entry css icon properly. Had to make some variables in the DefaultColumnDescriptor protected so that the CompareTo method can be overridden

+82 gnaegi MAIN