|
|||||||||
| Home >> All >> com >> webobjects >> [ woextensions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.webobjects.woextensions
Class WOTabPanel

java.lang.ObjectWOComponent
com.webobjects.woextensions.WOTabPanel
- public class WOTabPanel
- extends WOComponent
| Field Summary | |
protected java.lang.String |
_nonSelectedBgColor
|
protected java.lang.Object |
_selectedTab
|
protected java.lang.String |
_submitActionName
|
protected java.lang.String |
_tabNameKey
|
protected NSArray |
_tabs
|
protected static java.lang.String |
_undefinedMarker
|
java.lang.String |
bgcolor
|
java.lang.Object |
currentTab
|
| Constructor Summary | |
WOTabPanel(WOContext aContext)
|
|
| Method Summary | |
void |
appendToResponse(WOResponse aResponse,
WOContext aContext)
|
int |
contentColSpan()
|
java.lang.String |
currentTabName()
|
boolean |
hasSubmitAction()
|
boolean |
isCellShaded()
|
java.lang.String |
nonSelectedBgColor()
|
int |
rowSpan()
|
java.lang.Object |
selectedTab()
|
java.lang.String |
selectedTabName()
|
java.lang.String |
submitActionName()
|
void |
switchSubmitTab()
|
void |
switchTab()
|
boolean |
synchronizesVariablesWithBindings()
|
java.lang.String |
tabBgColor()
|
java.lang.String |
tabNameKey()
|
NSArray |
tabs()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_undefinedMarker
protected static java.lang.String _undefinedMarker
currentTab
public java.lang.Object currentTab
_selectedTab
protected java.lang.Object _selectedTab
_submitActionName
protected java.lang.String _submitActionName
_tabNameKey
protected java.lang.String _tabNameKey
_tabs
protected NSArray _tabs
bgcolor
public java.lang.String bgcolor
_nonSelectedBgColor
protected java.lang.String _nonSelectedBgColor
| Constructor Detail |
WOTabPanel
public WOTabPanel(WOContext aContext)
| Method Detail |
synchronizesVariablesWithBindings
public boolean synchronizesVariablesWithBindings()
selectedTab
public java.lang.Object selectedTab()
tabNameKey
public java.lang.String tabNameKey()
selectedTabName
public java.lang.String selectedTabName()
currentTabName
public java.lang.String currentTabName()
isCellShaded
public boolean isCellShaded()
tabs
public NSArray tabs()
nonSelectedBgColor
public java.lang.String nonSelectedBgColor()
tabBgColor
public java.lang.String tabBgColor()
switchTab
public void switchTab()
submitActionName
public java.lang.String submitActionName()
hasSubmitAction
public boolean hasSubmitAction()
switchSubmitTab
public void switchSubmitTab()
contentColSpan
public int contentColSpan()
rowSpan
public int rowSpan()
appendToResponse
public void appendToResponse(WOResponse aResponse,
WOContext aContext)
|
|||||||||
| Home >> All >> com >> webobjects >> [ woextensions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
WOComponent