com.businessobjects.jsf.sdk.properties
Class PagerProps

java.lang.Object
  extended bycom.businessobjects.jsf.sdk.properties.PagerProps
All Implemented Interfaces:
java.io.Serializable

public class PagerProps
extends java.lang.Object
implements java.io.Serializable

Specifies the style for the pager of the ItemsGrid component.

See Also:
Serialized Form

Constructor Summary
PagerProps()
           
 
Method Summary
 ButtonProps getNextPageButton()
           Gets an instance of the ButtonProps class which specifies the properties of the next page button in the ItemsGrid component.
 ButtonProps getNextRangeButton()
           Gets an instance of the ButtonProps class which specifies the properties of the next page range button in the ItemsGrid component.
 PageNumberButtonProps getPageButtons()
           Gets an instance of the PageNumberButtonProps class which specifies the properties of the page number buttons in the ItemsGrid component.
 ButtonProps getPreviousPageButton()
           Gets an instance of the ButtonProps class which specifies the properties of the previous page button in the ItemsGrid component.
 ButtonProps getPreviousRangeButton()
           Gets an instance of the ButtonProps class which specifies the properties of the previous page range button in the ItemsGrid component.
 java.lang.String getStyle()
           Gets a value that specifies the style of the pager.
 int getVisibility()
           Gets a value that specifies the visibility of the pager.
 void setNextPageButton(ButtonProps nextPageButton)
           Sets an instance of the ButtonProps class which specifies the properties of the next page button in the ItemsGrid component.
 void setNextRangeButton(ButtonProps nextRangeButton)
           Sets an instance of the ButtonProps class which specifies the properties of the next page range button in the ItemsGrid component.
 void setPageButtons(PageNumberButtonProps pageButtons)
           Sets an instance of the PageNumberButtonProps class which specifies the properties of the page number buttons in the ItemsGrid component.
 void setPreviousPageButton(ButtonProps previousPageButton)
           Sets an instance of the ButtonProps class which specifies the properties of the previous page button in the ItemsGrid component.
 void setPreviousRangeButton(ButtonProps previousRangeButton)
           Sets an instance of the ButtonProps class which specifies the properties of the previous page range button in the ItemsGrid component.
 void setStyle(java.lang.String style)
           Sets a value that specifies the style of the pager.
 void setVisibility(int visibility)
           Sets a value that specifies the visibility of the pager.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagerProps

public PagerProps()
Method Detail

getPreviousRangeButton

public ButtonProps getPreviousRangeButton()

Gets an instance of the ButtonProps class which specifies the properties of the previous page range button in the ItemsGrid component.

Returns:
A ButtonProps object that specifies the properties of the previous page range button.

setPreviousRangeButton

public void setPreviousRangeButton(ButtonProps previousRangeButton)

Sets an instance of the ButtonProps class which specifies the properties of the previous page range button in the ItemsGrid component.

Parameters:
previousRangeButton - A ButtonProps object that specifies the properties of the previous page range button.

getPreviousPageButton

public ButtonProps getPreviousPageButton()

Gets an instance of the ButtonProps class which specifies the properties of the previous page button in the ItemsGrid component.

Returns:
A ButtonProps object that specifies the properties of the previous page button.

setPreviousPageButton

public void setPreviousPageButton(ButtonProps previousPageButton)

Sets an instance of the ButtonProps class which specifies the properties of the previous page button in the ItemsGrid component.

Parameters:
previousPageButton - A ButtonProps object that specifies the properties of the previous page button.

getNextPageButton

public ButtonProps getNextPageButton()

Gets an instance of the ButtonProps class which specifies the properties of the next page button in the ItemsGrid component.

Returns:
A ButtonProps object that specifies the properties of the next page button.

setNextPageButton

public void setNextPageButton(ButtonProps nextPageButton)

Sets an instance of the ButtonProps class which specifies the properties of the next page button in the ItemsGrid component.

Parameters:
nextPageButton - A ButtonProps object that specifies the properties of the next page button.

getNextRangeButton

public ButtonProps getNextRangeButton()

Gets an instance of the ButtonProps class which specifies the properties of the next page range button in the ItemsGrid component.

Returns:
A ButtonProps object that specifies the properties of the next page range button.

setNextRangeButton

public void setNextRangeButton(ButtonProps nextRangeButton)

Sets an instance of the ButtonProps class which specifies the properties of the next page range button in the ItemsGrid component.

Parameters:
nextRangeButton - A ButtonProps object that specifies the properties of the next page range button.

getPageButtons

public PageNumberButtonProps getPageButtons()

Gets an instance of the PageNumberButtonProps class which specifies the properties of the page number buttons in the ItemsGrid component.

Returns:
A PageNumberButtonProps object that specifies the properties of the page number buttons.

setPageButtons

public void setPageButtons(PageNumberButtonProps pageButtons)

Sets an instance of the PageNumberButtonProps class which specifies the properties of the page number buttons in the ItemsGrid component.

Parameters:
pageButtons - A PageNumberButtonProps object that specifies the properties of the page number buttons.

getVisibility

public int getVisibility()

Gets a value that specifies the visibility of the pager. See PagerVisibilityOption for details about the pager visibility options.

Returns:
An int that specifies the visibility of the pager.

setVisibility

public void setVisibility(int visibility)

Sets a value that specifies the visibility of the pager. See PagerVisibilityOption for details about the pager visibility options.

Parameters:
visibility - An int that specifies the visibility of the pager.

getStyle

public java.lang.String getStyle()

Gets a value that specifies the style of the pager.

Returns:
A String that specifies the style of the pager.

setStyle

public void setStyle(java.lang.String style)

Sets a value that specifies the style of the pager.

Parameters:
style - A String that specifies the style of the pager.