|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.clients.web.extensions.tabcontrol.IncludeContentTabFactory.Tab
class IncludeContentTabFactory.Tab
Field Summary | |
---|---|
private JspContext |
jspContext
|
Constructor Summary | |
---|---|
IncludeContentTabFactory.Tab(JspContext jspContext)
|
Method Summary | |
---|---|
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()
A javascript action that is executed when activating the tab. |
String |
getOnValidate()
A javascript action that is executed when validating form data on the tab. |
String |
getStyle()
Extra CSS style attributes that will be added to the style attribute of the main tab tag. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final JspContext jspContext
Constructor Detail |
---|
IncludeContentTabFactory.Tab(JspContext jspContext)
Method Detail |
---|
public String getId()
TabAction
getId
in interface TabAction
public String getClazz()
TabAction
getClazz
in interface TabAction
public String getStyle()
TabAction
style
attribute of the main tab tag.
getStyle
in interface TabAction
public String getTitle()
TabAction
getTitle
in interface TabAction
public String getTooltip()
TabAction
getTooltip
in interface TabAction
public boolean isVisible()
TabAction
isVisible
in interface TabAction
public String getHelpId()
TabAction
Help.getExternalId()
.
getHelpId
in interface TabAction
public String getOnValidate()
TabAction
getOnValidate
in interface TabAction
public String getOnActivate()
TabAction
getOnActivate
in interface TabAction
public String getContent()
TabAction
getContent
in interface TabAction
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |