|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.jsf.sdk.properties.PagerButton
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 |
public static final int NONE
The pager is not moved.
public static final int PREVPAGE
The pager is moved to the previous page.
public static final int NEXTPAGE
The pager is moved to the next page.
public static final int PREVRANGE
The pager is moved to the next range of pages.
public static final int NEXTRANGE
The pager is moved to the previous range of pages.
Constructor Detail |
public PagerButton()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |