|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ButtonAction
Actions represented as buttons in a toolbar.
| Method Summary | |
|---|---|
String |
getClazz()
Class attribute of the main button tag. |
String |
getIcon()
Get a reference to an image that will be displayed in the menu. |
String |
getId()
ID attribute of the main button tag. |
String |
getOnClick()
A javascript action that is executed when the user clicks on the button. |
String |
getStyle()
Extra CSS style attributes that will be added to the style attribute of the main button tag. |
String |
getTitle()
Get the title of the button. |
String |
getTooltip()
A tooltip that is shown as a yellow popup when the user points the mouse at the button. |
boolean |
isEnabled()
If the button should be enabled or disabled. |
boolean |
isVisible()
If the button should be visible or not. |
| Method Detail |
|---|
String getId()
String getClazz()
String getStyle()
style attribute of the main button tag.
String getTitle()
String getTooltip()
String getIcon()
boolean isEnabled()
boolean isVisible()
String getOnClick()
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||