Inherited by ERLITTabPanel, ERXAjaxTabPanel, ERXColoredTabPanel, ERXImageTabPanel, and ERMTabPanel.

Public Member Functions | |
| void | appendToResponse (WOResponse aResponse, WOContext aContext) |
| Object | cellTabClass () |
| Object | cellTabImageContainerClass () |
| Object | currentTabNameWithoutSpaces () |
| ERXTabPanel (WOContext c) | |
| Object | leftTabImage () |
| Object | nonSelectedTabClass () |
| Object | nonSelectedTabImageContainerClass () |
| Object | rightTabImage () |
| Object | selectedTabIdentifier () |
| Object | submitString () |
| void | switchSubmitTab () |
| Object | tabClass () |
| Object | tabImageContainerClass () |
| Object | tabImageFramework () |
| boolean | useLinkForTabSwitch () |
Package Attributes | |
| String | _leftTabImage |
| String | _nonSelectedTabClass |
| String | _nonSelectedTabImageContainerClass |
| String | _rightTabImage |
| String | _tabClass |
| String | _tabImageContainerClass |
| String | _tabImageFramework |
| Boolean | _useLinkForTabSwitch |
tabs a list of objects representing the tabs tabNameKey a string containing a key to apply to tabs to get the title of the tab selectedTab contains the selected tab bgcolor color to use for the selected tab and the body of the panel nonSelectedBgColor color to use for the non-selected tabs tabClass CSS class to use for the selected tab nonSelectedTabClass CSS class to use for the unselected tabs submitActionName if this binding is non null, tabs will contain a submit button instead of a regular hyperlink and the action textColor borderColor useFormSubmit true, if the form shoud be submitted before switching, allows denial of switches tabImageFramework the name of the framework that contains the tab images leftTabImage the name of the image on the left side of the tab rightTabImage the name of the image on the right side of the tab tabClass the style used for a selected tab nonSelectedTabClass the style used for a unselected tab tabImageContainerClass the style used for the td that surrounds the left and right side images of a selected tab nonSelectedTabImageContainerClass the style used for the td that surrounds the left and right side images of an unselected tab
| ERXTabPanel | ( | WOContext | c | ) |
| void appendToResponse | ( | WOResponse | aResponse, | |
| WOContext | aContext | |||
| ) |
Reimplemented from WOTabPanel.
| Object cellTabClass | ( | ) |
| Object cellTabImageContainerClass | ( | ) |
| Object currentTabNameWithoutSpaces | ( | ) |
| Object leftTabImage | ( | ) |
| Object nonSelectedTabClass | ( | ) |
Reimplemented in ERMTabPanel.
| Object nonSelectedTabImageContainerClass | ( | ) |
| Object rightTabImage | ( | ) |
| Object selectedTabIdentifier | ( | ) |
| Object submitString | ( | ) |
| void switchSubmitTab | ( | ) |
Reimplemented from WOTabPanel.
| Object tabClass | ( | ) |
Reimplemented in ERMTabPanel.
| Object tabImageContainerClass | ( | ) |
| Object tabImageFramework | ( | ) |
| boolean useLinkForTabSwitch | ( | ) |
String _leftTabImage [package] |
String _nonSelectedTabClass [package] |
String _nonSelectedTabImageContainerClass [package] |
String _rightTabImage [package] |
String _tabImageContainerClass [package] |
String _tabImageFramework [package] |
Boolean _useLinkForTabSwitch [package] |
1.5.8