|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.jsf.sdk.properties.ButtonProps
com.businessobjects.jsf.sdk.properties.PageNumberButtonProps
Contains properties for displaying numbered pager buttons.
Constructor Summary | |
PageNumberButtonProps()
|
|
PageNumberButtonProps(java.lang.String text)
|
Method Summary | |
int |
getType()
Gets an instance of PageNumberButtonType , which specifies the page button type.
|
void |
setType(int type)
Sets an instance of PageNumberButtonType , which specifies the page button type.
|
Methods inherited from class com.businessobjects.jsf.sdk.properties.ButtonProps |
getImageURL, getText, setImageURL, setText |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PageNumberButtonProps()
public PageNumberButtonProps(java.lang.String text)
Method Detail |
public int getType()
Gets an instance of PageNumberButtonType
, which specifies the page button type.
getType
in class ButtonProps
int
that specifies the page button type.public void setType(int type)
Sets an instance of PageNumberButtonType
, which specifies the page button type.
setType
in class ButtonProps
type
- An int
that specifies the page button type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |