com.businessobjects.jsf.sdk.properties
Class PagerButton

java.lang.Object
  extended bycom.businessobjects.jsf.sdk.properties.PagerButton

public class PagerButton
extends java.lang.Object

Contains fields that specify all possible values for the movement of the pager within the ItemsGrid component.


Field Summary
static int NEXTPAGE
           The pager is moved to the next page.
static int NEXTRANGE
           The pager is moved to the previous range of pages.
static int NONE
           The pager is not moved.
static int PREVPAGE
           The pager is moved to the previous page.
static int PREVRANGE
           The pager is moved to the next range of pages.
 
Constructor Summary
PagerButton()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE

The pager is not moved.

See Also:
Constant Field Values

PREVPAGE

public static final int PREVPAGE

The pager is moved to the previous page.

See Also:
Constant Field Values

NEXTPAGE

public static final int NEXTPAGE

The pager is moved to the next page.

See Also:
Constant Field Values

PREVRANGE

public static final int PREVRANGE

The pager is moved to the next range of pages.

See Also:
Constant Field Values

NEXTRANGE

public static final int NEXTRANGE

The pager is moved to the previous range of pages.

See Also:
Constant Field Values
Constructor Detail

PagerButton

public PagerButton()