|
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.Label> com.esri.gpt.framework.jsf.components.UIPagination.Label
public static enum UIPagination.Label
The Label.
Enum Constant Summary | |
---|---|
above
Position string for label above. |
|
below
Position string for label below. |
|
label
The label. |
|
labelCSS
The label CSS. |
|
labelNoResults
The label when there are no results |
|
labelPosition
The label position. |
|
labelValueList
The label values. |
|
leftSide
Position string for label on left side. |
|
rightSide
Position string for label on right side. |
Method Summary | |
---|---|
static UIPagination.Label |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UIPagination.Label[] |
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.Label label
public static final UIPagination.Label labelValueList
public static final UIPagination.Label labelPosition
public static final UIPagination.Label labelCSS
public static final UIPagination.Label labelNoResults
public static final UIPagination.Label above
public static final UIPagination.Label below
public static final UIPagination.Label leftSide
public static final UIPagination.Label rightSide
Method Detail |
---|
public static UIPagination.Label[] values()
for (UIPagination.Label c : UIPagination.Label.values()) System.out.println(c);
public static UIPagination.Label 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 |