public class CCTabPanel extends ERXTabPanel
Name | Description |
---|---|
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 |
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 |
useFormSubmit | true, if the form should be submitted before switching, allows denial of switches |
id | CSS id for the wrapper div |
WOComponent._EventLoggingEnabler, WOComponent.Event
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility
NSKeyValueCoding._BooleanFieldBinding, NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._FieldBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._MethodBinding, NSKeyValueCoding._NumberFieldBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.MapImplementation, NSKeyValueCoding.Null<T>, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.ValueAccessor
NSValidation._MethodBinding, NSValidation._ValidationBinding, NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException
_nonSelectedBgColor, _selectedTab, _submitActionName, _tabNameKey, _tabs, _undefinedMarker, bgcolor, currentTab
_Extension, _IsEventLoggingEnabled, _keyAssociations
_CLASS
_CLASS, _KeyPathSeparatorChar, KeyPathSeparator
NullValue
_CLASS
Constructor and Description |
---|
CCTabPanel(WOContext context) |
Modifier and Type | Method and Description |
---|---|
void |
appendToResponse(WOResponse response,
WOContext context) |
boolean |
clickToOpenEnabled(WOResponse response,
WOContext context)
Returns whether or not click-to-open should be enabled for this
component.
|
boolean |
dontSubmitForm() |
Object |
nonSelectedTabClass() |
Object |
tabClass() |
cellTabClass, cellTabImageContainerClass, currentTabNameWithoutSpaces, leftTabImage, nonSelectedTabImageContainerClass, rightTabImage, selectedTabIdentifier, submitString, switchSubmitTab, tabImageContainerClass, tabImageFramework, useLinkForTabSwitch
contentColSpan, currentTabName, hasSubmitAction, isCellShaded, nonSelectedBgColor, rowSpan, selectedTab, selectedTabName, submitActionName, switchTab, synchronizesVariablesWithBindings, tabBgColor, tabNameKey, tabs
__valueForBinding, _associationWithName, _awakeInContext, _childTemplate, _cleanUpStatelessComponent, _componentDefinition, _componentUnroll, _isPage, _setContext, _setIsPage, _setParent, _setSubcomponent, _sleepInContext, _subcomponentForElementWithID, _templateNameForClass, _unroll, application, awake, baseURL, bindingKeys, canAccessFieldsDirectly, canGetValueForBinding, canSetValueForBinding, clone, context, debugString, descriptionForResponse, ensureAwakeInContext, frameworkName, generateResponse, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasBinding, hasSession, invokeAction, isCachingEnabled, isEventLoggingEnabled, isStateless, logString, name, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, reset, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, setVariableValueForName, sleep, takeValueForKey, takeValueForKeyPath, takeValuesFromRequest, template, templateWithHTMLString, templateWithHTMLString, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForBooleanBinding, valueForIntegerBinding, valueForKey, valueForKeyPath, valueForNSArrayBindings, valueForNSDictionaryBindings, valueForNumberBinding, valueForStringBinding, variableValueForName, variableWithName
public CCTabPanel(WOContext context)
public boolean dontSubmitForm()
public Object nonSelectedTabClass()
nonSelectedTabClass
in class ERXTabPanel
public Object tabClass()
tabClass
in class ERXTabPanel
public void appendToResponse(WOResponse response, WOContext context)
appendToResponse
in class ERXTabPanel
public boolean clickToOpenEnabled(WOResponse response, WOContext context)
response
- the responsecontext
- the contextCopyright © 2002 – 2024 Project Wonder.