|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PanelButton
Button for a panel.
| Nested Class Summary | |
|---|---|
static class |
PanelButton.BUTTONTYPE
Defined buttontypes. |
| Method Summary | |
|---|---|
java.lang.String |
getAction()
Returns action for the doPanelViewSubmit function in the generated HTML INPUT Tag. |
PanelButton.BUTTONTYPE |
getButtonType()
Get the buttonType. |
boolean |
getDisabled()
return the button enabled state. |
java.lang.String |
getId()
get the id. |
java.lang.String |
getMessageKey()
get the messageKey. |
void |
setAction(java.lang.String action)
Set action for the doPanelViewSubmit function in the generated HTML INPUT Tag. |
void |
setDisabled(boolean disabled)
set the button enabled state. |
void |
setId(java.lang.String id)
set the id. |
void |
setMessageKey(java.lang.String messageKey)
set the messageKey. |
| Method Detail |
|---|
PanelButton.BUTTONTYPE getButtonType()
void setMessageKey(java.lang.String messageKey)
messageKey - messageKeyjava.lang.String getMessageKey()
void setId(java.lang.String id)
id - idjava.lang.String getId()
void setDisabled(boolean disabled)
disabled - true/falseboolean getDisabled()
java.lang.String getAction()
void setAction(java.lang.String action)
action - The action to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||