com.businessobjects.jsf.sdk.properties
Class PagerVisibilityOption

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

public class PagerVisibilityOption
extends java.lang.Object

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

None

public static final int None

No pager will be displayed.

See Also:
Constant Field Values

Header

public static final int Header

Pager will be displayed at the header position.

See Also:
Constant Field Values

Footer

public static final int Footer

Pager will be displayed at the footer position.

See Also:
Constant Field Values

HeaderAndFooter

public static final int HeaderAndFooter

Pagers will be displayed at both the header and footer positions.

See Also:
Constant Field Values
Constructor Detail

PagerVisibilityOption

public PagerVisibilityOption()