|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.jsf.FacesMap<String> com.esri.gpt.control.view.BaseSortDirectionStyleMap
public abstract class BaseSortDirectionStyleMap
Base (abstract) sort direction style map.
Helps with CSS style name evaluation for the table header title. CSS style name evaluation is based upon two factors: sort direction style stored within the object, andSortOption
provided runtime by the
concrete implementation of the class.
SortOption
,
Serialized FormNested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Constructor Summary | |
---|---|
BaseSortDirectionStyleMap()
|
Method Summary | |
---|---|
String |
get(Object key)
Gets header style for the given column. |
abstract SortOption |
getSortOption()
Gets sort option. |
SortDirectionStyle |
getStyle()
Gets sort direcion style. |
void |
setStyle(SortDirectionStyle style)
Sets sort direction style. |
Methods inherited from class com.esri.gpt.framework.jsf.FacesMap |
---|
clear, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Constructor Detail |
---|
public BaseSortDirectionStyleMap()
Method Detail |
---|
public String get(Object key)
get
in interface Map<String,String>
get
in class FacesMap<String>
key
- column name
public SortDirectionStyle getStyle()
public void setStyle(SortDirectionStyle style)
style
- sort direction stylepublic abstract SortOption getSortOption()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |