|
||||||||||
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.SubmitButtonProps
Contains optional properties for a button or a set of buttons in
addition to the properties contained in the ButtonProps
class.
Constructor Summary | |
SubmitButtonProps()
|
|
SubmitButtonProps(java.lang.String text)
|
Method Summary | |
int |
getAlignment()
Gets a HorizonalAlign value that indicates how the button is aligned within a cell.
|
boolean |
isVisible()
Returns a value that indicates whether the button is visible. |
void |
setAlignment(int alignment)
Sets a HorizonalAlign value that indicates how the button is aligned within a cell.
|
void |
setVisible(boolean visible)
Sets a value that indicates whether the button is visible. |
Methods inherited from class com.businessobjects.jsf.sdk.properties.ButtonProps |
getImageURL, getText, getType, setImageURL, setText, setType |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SubmitButtonProps()
public SubmitButtonProps(java.lang.String text)
Method Detail |
public boolean isVisible()
Returns a value that indicates whether the button is visible.
true
if the button is visible, otherwise, false
.public void setVisible(boolean visible)
Sets a value that indicates whether the button is visible.
visible
- true
to make the button visible, otherwise, false
.public int getAlignment()
Gets a HorizonalAlign
value that indicates how the button is aligned within a cell.
int
that indicates how the button is aligned within a cellpublic void setAlignment(int alignment)
Sets a HorizonalAlign
value that indicates how the button is aligned within a cell.
alignment
- an int
that indicates how the button is aligned within a cell
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |