|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.jsf.sdk.properties.PagerVisibilityOption
Contains fields that specify the position in which the pager will be displayed.
Field Summary | |
static int |
Footer
Pager will be displayed at the footer position. |
static int |
Header
Pager will be displayed at the header position. |
static int |
HeaderAndFooter
Pagers will be displayed at both the header and footer positions. |
static int |
None
No pager will be displayed. |
Constructor Summary | |
PagerVisibilityOption()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int None
No pager will be displayed.
public static final int Header
Pager will be displayed at the header position.
public static final int Footer
Pager will be displayed at the footer position.
public static final int HeaderAndFooter
Pagers will be displayed at both the header and footer positions.
Constructor Detail |
public PagerVisibilityOption()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |