|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ButtonElement
Interface for all button elements.
| Method Summary | |
|---|---|
java.lang.String |
getButtonLabel()
Returns the label that is displayed within the button. |
boolean |
hasPressed()
Tests whether the button has been pressed by the user. |
void |
resetPressed()
Clears the currently set pressed status. |
void |
setButtonLabel(java.lang.String buttonLabel)
Sets the label that will be displayed within the button. |
void |
setVisible(boolean visible)
Sets whether the button is visible. |
| Methods inherited from interface de.mguennewig.pobjform.FormElement |
|---|
appendToList, getContainer, getEntry, getForm, getLabel, getProperty, getPullInPrefix, hasChanged, isMandatory, isPulledIn, isVisible, omitRowHeader, setLabel, setProperty, setPullInPrefix, startsNewCell, validate |
| Method Detail |
|---|
boolean hasPressed()
void resetPressed()
java.lang.String getButtonLabel()
void setButtonLabel(java.lang.String buttonLabel)
void setVisible(boolean visible)
setVisible in interface FormElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||