class IncludeContentTabFactory.Tab extends java.lang.Object implements TabAction
Modifier and Type | Field and Description |
---|---|
private InvokationContext<? super TabAction> |
context |
Constructor and Description |
---|
Tab(InvokationContext<? super TabAction> context) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClazz()
Class attribute of the main tab tag.
|
java.lang.String |
getContent()
Get the (HTML) contents of the tab.
|
java.lang.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.
|
java.lang.String |
getId()
ID attribute of the main tab tag.
|
java.lang.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.
|
java.lang.String |
getTitle()
Get the title of the tab.
|
java.lang.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.
|
private final InvokationContext<? super TabAction> context
Tab(InvokationContext<? super TabAction> context)
public java.lang.String getId()
TabAction
public java.lang.String getClazz()
TabAction
public java.lang.String getStyle()
TabAction
style
attribute of the main tab tag.public java.lang.String getTitle()
TabAction
public java.lang.String getTooltip()
TabAction
getTooltip
in interface TabAction
public boolean isVisible()
TabAction
public java.lang.String getHelpId()
TabAction
Help.getExternalId()
.public int getTabIndex()
TabAction
getTabIndex
in interface TabAction
public java.lang.String getContent()
TabAction
getContent
in interface TabAction