com.esri.gpt.control.view
Class SortDirectionStyleMap
java.lang.Object
com.esri.gpt.framework.jsf.FacesMap<String>
com.esri.gpt.control.view.BaseSortDirectionStyleMap
com.esri.gpt.control.view.SortDirectionStyleMap
- All Implemented Interfaces:
- Serializable, Map<String,String>
public class SortDirectionStyleMap
- extends BaseSortDirectionStyleMap
Sort direction style map concrete class example.
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
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 |
SortDirectionStyleMap
public SortDirectionStyleMap()
setSortOption
public void setSortOption(SortOption sortOption)
- Sets sort option.
- Parameters:
sortOption
- sort option
getSortOption
public SortOption getSortOption()
- Gets sort option
- Specified by:
getSortOption
in class BaseSortDirectionStyleMap
- Returns:
- sort option
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.