@UnsafeScriptable public interface ButtonAction extends Action
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClazz()
Class attribute of the main button tag.
|
java.lang.String |
getIcon()
Get a reference to an image that will be displayed in the menu.
|
java.lang.String |
getId()
ID attribute of the main button tag.
|
java.lang.String |
getOnClick()
Deprecated.
In BASE 3.3. Use an ID instead and attach event handler with javascript
|
java.lang.String |
getStyle()
Extra CSS style attributes that will be added to the
style attribute of the main button tag. |
int |
getTabIndex()
Get the tab index used to control focus order when tabbing.
|
java.lang.String |
getTitle()
Get the title of the button.
|
java.lang.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.
|
java.lang.String getId()
java.lang.String getClazz()
java.lang.String getStyle()
style
attribute of the main button tag.java.lang.String getTitle()
java.lang.String getTooltip()
java.lang.String getIcon()
boolean isEnabled()
boolean isVisible()
@Deprecated java.lang.String getOnClick()
int getTabIndex()