|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortingDirective | |
---|---|
org.jminor.common.model | |
org.jminor.framework.client.model |
Uses of SortingDirective in org.jminor.common.model |
---|
Methods in org.jminor.common.model that return SortingDirective | |
---|---|
SortingDirective |
FilteredTableModel.SortingState.getDirective()
|
SortingDirective |
FilteredTableModel.getSortingDirective(C columnIdentifier)
|
SortingDirective |
AbstractFilteredTableModel.getSortingDirective(C columnIdentifier)
|
static SortingDirective |
SortingDirective.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SortingDirective[] |
SortingDirective.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jminor.common.model with parameters of type SortingDirective | |
---|---|
void |
FilteredTableModel.setSortingDirective(C columnIdentifier,
SortingDirective directive,
boolean addColumnToSort)
|
void |
AbstractFilteredTableModel.setSortingDirective(C columnIdentifier,
SortingDirective directive,
boolean addColumnToSort)
|
Uses of SortingDirective in org.jminor.framework.client.model |
---|
Methods in org.jminor.framework.client.model that return SortingDirective | |
---|---|
SortingDirective |
EntityTableModel.getSortingDirective(String propertyID)
|
SortingDirective |
DefaultEntityTableModel.getSortingDirective(String propertyID)
|
Methods in org.jminor.framework.client.model with parameters of type SortingDirective | |
---|---|
void |
EntityTableModel.setSortingDirective(String propertyID,
SortingDirective directive,
boolean addColumnToSort)
|
void |
DefaultEntityTableModel.setSortingDirective(String propertyID,
SortingDirective directive,
boolean addColumnToSort)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |