|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<UIPagination.ComponentMapKeys> com.esri.gpt.framework.jsf.components.UIPagination.ComponentMapKeys
public static enum UIPagination.ComponentMapKeys
The Enum ComponentMapKeys.
Enum Constant Summary | |
---|---|
action
The action. |
|
actionListener
The action listener. |
|
criteriaCursor
The criteria page cursor. |
|
cssCurrentPageEnumLink
The css current page enum link. |
|
cssFirstPageLink
The css of first page link. |
|
cssLastPageLink
The css of last page link. |
|
cssMainPanel
The css of the main panel. |
|
cssNextPageLink
The css of next page link. |
|
cssOtherEnumdPageLinks
The css of other enumerated page links. |
|
cssPrefix
The css prefix. |
|
cssPrevPageLink
The css of prev page link. |
|
idPrefix
The id prefix. |
|
maxEnumeratedPages
The max enumerated pages. |
|
pageCursor
The page cursor. |
|
pageCursorCurrentPage
The page cursor current page. |
|
pageCursorTotalPages
The page cursor total pages. |
|
propertyPrefix
The property prefix. |
|
renderFirstPageLink
The render first page link. |
|
renderLastPageLink
The render last page link. |
Method Summary | |
---|---|
static UIPagination.ComponentMapKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UIPagination.ComponentMapKeys[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final UIPagination.ComponentMapKeys actionListener
public static final UIPagination.ComponentMapKeys action
public static final UIPagination.ComponentMapKeys pageCursor
public static final UIPagination.ComponentMapKeys criteriaCursor
public static final UIPagination.ComponentMapKeys maxEnumeratedPages
public static final UIPagination.ComponentMapKeys pageCursorTotalPages
public static final UIPagination.ComponentMapKeys pageCursorCurrentPage
public static final UIPagination.ComponentMapKeys cssPrefix
public static final UIPagination.ComponentMapKeys idPrefix
public static final UIPagination.ComponentMapKeys propertyPrefix
public static final UIPagination.ComponentMapKeys renderFirstPageLink
public static final UIPagination.ComponentMapKeys renderLastPageLink
public static final UIPagination.ComponentMapKeys cssFirstPageLink
public static final UIPagination.ComponentMapKeys cssLastPageLink
public static final UIPagination.ComponentMapKeys cssNextPageLink
public static final UIPagination.ComponentMapKeys cssPrevPageLink
public static final UIPagination.ComponentMapKeys cssOtherEnumdPageLinks
public static final UIPagination.ComponentMapKeys cssMainPanel
public static final UIPagination.ComponentMapKeys cssCurrentPageEnumLink
Method Detail |
---|
public static UIPagination.ComponentMapKeys[] values()
for (UIPagination.ComponentMapKeys c : UIPagination.ComponentMapKeys.values()) System.out.println(c);
public static UIPagination.ComponentMapKeys valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |