Esri Geoportal Server
1.0

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

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

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

label

public static final UIPagination.Label label
The label.


labelValueList

public static final UIPagination.Label labelValueList
The label values.


labelPosition

public static final UIPagination.Label labelPosition
The label position.


labelCSS

public static final UIPagination.Label labelCSS
The label CSS.


labelNoResults

public static final UIPagination.Label labelNoResults
The label when there are no results


above

public static final UIPagination.Label above
Position string for label above.


below

public static final UIPagination.Label below
Position string for label below.


leftSide

public static final UIPagination.Label leftSide
Position string for label on left side.


rightSide

public static final UIPagination.Label rightSide
Position string for label on right side.

Method Detail

values

public static UIPagination.Label[] 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.Label c : UIPagination.Label.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.Label 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.