Esri Geoportal Server
1.0

com.esri.gpt.framework.jsf.components
Enum UIPagination.ComponentMapKeys

java.lang.Object
  extended by java.lang.Enum<UIPagination.ComponentMapKeys>
      extended by com.esri.gpt.framework.jsf.components.UIPagination.ComponentMapKeys
All Implemented Interfaces:
Serializable, Comparable<UIPagination.ComponentMapKeys>
Enclosing class:
UIPagination

public static enum UIPagination.ComponentMapKeys
extends 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

actionListener

public static final UIPagination.ComponentMapKeys actionListener
The action listener.


action

public static final UIPagination.ComponentMapKeys action
The action.


pageCursor

public static final UIPagination.ComponentMapKeys pageCursor
The page cursor.


criteriaCursor

public static final UIPagination.ComponentMapKeys criteriaCursor
The criteria page cursor.


maxEnumeratedPages

public static final UIPagination.ComponentMapKeys maxEnumeratedPages
The max enumerated pages.


pageCursorTotalPages

public static final UIPagination.ComponentMapKeys pageCursorTotalPages
The page cursor total pages.


pageCursorCurrentPage

public static final UIPagination.ComponentMapKeys pageCursorCurrentPage
The page cursor current page.


cssPrefix

public static final UIPagination.ComponentMapKeys cssPrefix
The css prefix.


idPrefix

public static final UIPagination.ComponentMapKeys idPrefix
The id prefix.


propertyPrefix

public static final UIPagination.ComponentMapKeys propertyPrefix
The property prefix.


renderFirstPageLink

public static final UIPagination.ComponentMapKeys renderFirstPageLink
The render first page link.


renderLastPageLink

public static final UIPagination.ComponentMapKeys renderLastPageLink
The render last page link.


cssFirstPageLink

public static final UIPagination.ComponentMapKeys cssFirstPageLink
The css of first page link.


cssLastPageLink

public static final UIPagination.ComponentMapKeys cssLastPageLink
The css of last page link.


cssNextPageLink

public static final UIPagination.ComponentMapKeys cssNextPageLink
The css of next page link.


cssPrevPageLink

public static final UIPagination.ComponentMapKeys cssPrevPageLink
The css of prev page link.


cssOtherEnumdPageLinks

public static final UIPagination.ComponentMapKeys cssOtherEnumdPageLinks
The css of other enumerated page links.


cssMainPanel

public static final UIPagination.ComponentMapKeys cssMainPanel
The css of the main panel.


cssCurrentPageEnumLink

public static final UIPagination.ComponentMapKeys cssCurrentPageEnumLink
The css current page enum link.

Method Detail

values

public static UIPagination.ComponentMapKeys[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (UIPagination.ComponentMapKeys c : UIPagination.ComponentMapKeys.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static UIPagination.ComponentMapKeys valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.