@UnsafeScriptable public interface TabAction extends Action
Modifier and Type | Method and Description |
---|---|
String |
getClazz()
Class attribute of the main tab tag.
|
String |
getContent()
Get the (HTML) contents of the tab.
|
String |
getHelpId()
The external id of a help text that the user can display
to get more information about how to use the information
in this tab.
|
String |
getId()
ID attribute of the main tab tag.
|
String |
getOnActivate()
Deprecated.
In 3.3, use javascript (TabControl.addTabActivator)
to attach a callback function
|
String |
getOnValidate()
Deprecated.
In 3.3, use javascript (TabControl.addTabValidator)
to attach a validation function
|
String |
getStyle()
Extra CSS style attributes that will be added to the
style attribute of the main tab tag. |
int |
getTabIndex()
Get the tab index used to control focus order when tabbing.
|
String |
getTitle()
Get the title of the tab.
|
String |
getTooltip()
A tooltip that is shown as a yellow popup when the
user points the mouse at the tab.
|
boolean |
isVisible()
If the tab should be visible or not.
|
String getId()
String getClazz()
String getStyle()
style
attribute of the main tab tag.String getTitle()
String getTooltip()
String getHelpId()
Help.getExternalId()
.boolean isVisible()
@Deprecated String getOnValidate()
@Deprecated String getOnActivate()
String getContent()
int getTabIndex()