|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.jsf.sdk.properties.PagerProps
Specifies the style for the pager of the ItemsGrid
component.
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 |
public PagerProps()
Method Detail |
public ButtonProps getPreviousRangeButton()
Gets an instance of the ButtonProps
class which specifies the properties of the previous page range button in the ItemsGrid
component.
ButtonProps
object that specifies the properties of the previous page range button.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.
previousRangeButton
- A ButtonProps
object that specifies the properties of the previous page range button.public ButtonProps getPreviousPageButton()
Gets an instance of the ButtonProps
class which specifies the properties of the previous page button in the ItemsGrid
component.
ButtonProps
object that specifies the properties of the previous page button.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.
previousPageButton
- A ButtonProps
object that specifies the properties of the previous page button.public ButtonProps getNextPageButton()
Gets an instance of the ButtonProps
class which specifies the properties of the next page button in the ItemsGrid
component.
ButtonProps
object that specifies the properties of the next page button.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.
nextPageButton
- A ButtonProps
object that specifies the properties of the next page button.public ButtonProps getNextRangeButton()
Gets an instance of the ButtonProps
class which specifies the properties of the next page range button in the ItemsGrid
component.
ButtonProps
object that specifies the properties of the next page range button.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.
nextRangeButton
- A ButtonProps
object that specifies the properties of the next page range button.public PageNumberButtonProps getPageButtons()
Gets an instance of the PageNumberButtonProps
class which specifies the properties of the page number buttons in the ItemsGrid
component.
PageNumberButtonProps
object that specifies the properties of the page number buttons.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.
pageButtons
- A PageNumberButtonProps
object that specifies the properties of the page number buttons.public int getVisibility()
Gets a value that specifies the visibility of the pager. See PagerVisibilityOption
for details about the pager visibility options.
int
that specifies the visibility of the pager.public void setVisibility(int visibility)
Sets a value that specifies the visibility of the pager. See PagerVisibilityOption
for details about the pager visibility options.
visibility
- An int
that specifies the visibility of the pager.public java.lang.String getStyle()
Gets a value that specifies the style of the pager.
String
that specifies the style of the pager.public void setStyle(java.lang.String style)
Sets a value that specifies the style of the pager.
style
- A String
that specifies the style of the pager.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |