public interface SpeciesSortableRowModel
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_SPECIES_DECORATOR_CONTEXT_INDEX |
static String |
PROPERTY_SPECIES_SORT_MODE |
static String |
PROPERTY_SPECIES_SORT_MODE_ASC |
static String |
PROPERTY_SPECIES_SORT_MODE_DESC |
static String |
PROPERTY_SPECIES_SORT_MODE_NONE |
| Modifier and Type | Method and Description |
|---|---|
int |
getSpeciesDecoratorContextIndex() |
SpeciesSortMode |
getSpeciesSortMode() |
boolean |
isSpeciesSortModeAsc() |
boolean |
isSpeciesSortModeDesc() |
boolean |
isSpeciesSortModeNone() |
void |
setSpeciesDecoratorContextIndex(int speciesDecoratorContextIndex) |
void |
setSpeciesSortMode(SpeciesSortMode speciesSortMode) |
static final String PROPERTY_SPECIES_SORT_MODE
static final String PROPERTY_SPECIES_SORT_MODE_NONE
static final String PROPERTY_SPECIES_SORT_MODE_ASC
static final String PROPERTY_SPECIES_SORT_MODE_DESC
static final String PROPERTY_SPECIES_DECORATOR_CONTEXT_INDEX
SpeciesSortMode getSpeciesSortMode()
void setSpeciesSortMode(SpeciesSortMode speciesSortMode)
boolean isSpeciesSortModeNone()
boolean isSpeciesSortModeAsc()
boolean isSpeciesSortModeDesc()
int getSpeciesDecoratorContextIndex()
void setSpeciesDecoratorContextIndex(int speciesDecoratorContextIndex)
Copyright © 2012–2014 Ifremer. All rights reserved.