|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.businessobjects.jsf.sdk.properties.ButtonProps
Contains properties to specify how to display a button or a set of buttons.
Constructor Summary | |
ButtonProps()
|
|
ButtonProps(java.lang.String text)
|
Method Summary | |
java.lang.String |
getImageURL()
Gets the URL of an image to be displayed and used as the button. |
java.lang.String |
getText()
Gets the text to be displayed on the button. |
int |
getType()
Gets the button type. |
void |
setImageURL(java.lang.String imageURL)
Sets the URL of an image to be displayed and used as the button. |
void |
setText(java.lang.String text)
Sets the text to be displayed on the button. |
void |
setType(int type)
Sets an instance of ButtonType , which specifies the button type.
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ButtonProps()
public ButtonProps(java.lang.String text)
Method Detail |
public int getType()
Gets the button type. See ButtonType
for details on the button type.
int
that represents the button type.public void setType(int type)
Sets an instance of ButtonType
, which specifies the button type.
type
- An int
that represents the button type.public java.lang.String getImageURL()
Gets the URL of an image to be displayed and used as the button.
String
that represents the URL of an image to be displayed and used as the button.public void setImageURL(java.lang.String imageURL)
Sets the URL of an image to be displayed and used as the button.
public java.lang.String getText()
Gets the text to be displayed on the button.
String
that represents the text to display for the authentication label.public void setText(java.lang.String text)
Sets the text to be displayed on the button.
text
- A String
that represents the text to display for the authentication label.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |