summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/control/table/ListTable.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Fix warnings and replace deprecated methodsManuel Bentele2021-03-111-1/+21
|
* [client] Make table background use look and feelStephan Schwär2020-11-301-16/+20
| | | | | | | The table was opaque and therefore did not adhere to the look and feel. Table and TableCellRenderer now set to non opaque for non selected rows which lets the background through. Selected rows still should be opaque to show a different background indicating selection (e.g. blue).
* [client] Set table row height according to scalingStephan Schwär2020-11-181-0/+4
| | | | | | - prevent rescaling for every TableCellRenderer call Issue: #3794
* [client] NullPointer checks in ListTable etc.Simon Rettberg2018-12-041-0/+2
|
* [client] Trigger table change event on checkbox changeSimon Rettberg2018-11-291-0/+1
|
* [client] remove unused importJonathan Bauer2018-11-291-1/+0Star
|
* [client] Add edit support to ListTableSimon Rettberg2018-11-261-2/+42
|
* [client] never shrink columns (requested)Jonathan Bauer2018-04-181-1/+1
|
* [client] add hypervisor icons to image tableJonathan Bauer2018-04-181-2/+16
|
* [client] Add null-check to work around bug in some java 8 versions (patch ↵Simon Rettberg2017-10-171-3/+4
| | | | level somewhere before 144)
* [client] Allow filtering lecture list for examsSimon Rettberg2017-07-251-0/+4
| | | | Implements #3158
* [client] Make list deselection more consistent with native behaviour, match ↵Simon Rettberg2015-10-221-1/+0Star
| | | | scroll pane background with table
* [client] Now possible to delete multiple images. Needs cleanupStephan Schwaer2015-10-051-0/+12
|
* [client] Show only own lectures by defaultSimon Rettberg2015-09-071-0/+9
|
* [client] Fix table with java 8Stephan Schwaer2015-09-031-1/+4
|
* [client] Don't render HTML where it's not requiredSimon Rettberg2015-08-281-0/+5
|
* [client] ListTable: re-enable accidentally disabled sorting by ComparatorSimon Rettberg2015-08-271-5/+5
|
* [client] ListTable: Support showing and hiding columns; set sorter through ↵Simon Rettberg2015-08-271-31/+76
| | | | Column class
* [client] Changes to column handling in ListTableSimon Rettberg2015-08-271-39/+62
|
* [client] Fix searching in ImageTableSimon Rettberg2015-08-261-12/+14
|
* [client] Simplify ListTable interfaces, add util class for color handlingSimon Rettberg2015-08-261-18/+56
|
* [client] Mark lectures that are out of their validity date range, mark own ↵Simon Rettberg2015-08-251-1/+1
| | | | lectures
* [client] Now also correctly sorting lecture list.Stephan Schwaer2015-08-171-21/+0Star
|
* [client] Layout tweaks, Change owner featureSimon Rettberg2015-08-131-5/+56
|
* [client] Added Combobox for filtering in lecture list, now also correctly ↵Stephan Schwaer2015-08-121-9/+32
| | | | sorting image and lecture list dates by date and not lexicographic.
* [client] improved table boolean object support (for checkboxes)Jonathan Bauer2015-08-041-35/+7Star
|
* [client] add column classes to generic ListTableJonathan Bauer2015-08-031-6/+53
| | | | better handling of view vs model idnex getters
* [client] implemented search filter in ImageListWindow, auto sort table data ↵Jonathan Bauer2015-08-031-5/+19
| | | | if specified when setData() is called
* [client] auto adjust columns with magicJonathan Bauer2015-07-291-0/+6
|
* [client] moved TableRenderer (to remove the dotted border around selected ↵Jonathan Bauer2015-07-291-1/+18
| | | | cells in the table) to ListTable helper
* [client] Add JTable helper class ListTableSimon Rettberg2015-07-291-0/+99
Use it for lecture list