public class ERXOptGroupPopupButton extends ERXPatcher.DynamicElementsPatches.PopUpButton
Name | Description |
---|---|
group | Object, required - keyPath to value that changes when the group of options changes |
label | String, optional - String used as label for an option group |
itemClass, | optional - String CSS class name for this item, browser support is inconsistent |
itemStyle, | optional - String CSS style for this item, browser support is inconsistent |
itemDisabled, | optional - boolean indicating if the current item should be disabled or not. Browser support is inconsistent. Be prepared to handle the case where the user selects a disabled option! |
Modifier and Type | Field and Description |
---|---|
protected WOAssociation |
group |
protected WOAssociation |
itemClass |
protected WOAssociation |
itemDisabled |
protected WOAssociation |
itemStyle |
protected WOAssociation |
label |
_noSelectionString, _selectedValue, _selection, WONoSelectionString
_displayString, _index, _item, _list, _loggedSlow, _optionDisabled, _selectedValues, _selections
_disabled, _escapeHTML, _hidden, _name, _value
_associations, _class, _constantAttributeAssociations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization, _generatedId, _id, _prefix, _rendered, _secure, _style, _suffix, _title, DontEscapeHTML, EscapeHTML
_children
_ConstructorParameters
Constructor and Description |
---|
ERXOptGroupPopupButton(String name,
NSDictionary associations,
WOElement template) |
Modifier and Type | Method and Description |
---|---|
void |
appendChildrenToResponse(WOResponse response,
WOContext context) |
_appendNameAttributeToResponse, _appendValueAttributeToResponse, appendToResponse, listClassInContext, setSelectionListInContext
hasContent, noSelectionStringInContext, selectedInContext, takeValuesFromRequest, toString
defaultEscapeHTML, displayStringInContext, listInContext, optionDisabledInContext, optionStringInContext, selectedListInContext, setIndexValueInContext, setItemValueInContext
_appendDisabledAttributeToResponse, _appendTypeAttributeToResponse, appendAttributesToResponse, escapeHTMLInContext, hiddenInContext, isDisabledInContext, isValueInInputValues, nameInContext, nameInContext, type, valueStringInContext
__otherQueryDictionaryInContext, __queryDictionaryInContext, _appendAttributesFromAssociationsToResponse, _appendClassAndIdToResponse, _appendCloseTagToResponse, _appendOpenTagToResponse, _appendTagAttributeAndValueToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendHiddenFieldToResponse, appendNonURLAttributesToResponse, appendURLAttributesToResponse, classInContext, computeActionStringInContext, computeQueryDictionaryInContext, constantAttributeAssociations, constantAttributesRepresentation, elementName, escapeHTML, idInContext, isRenderedInContext, nonUrlAttributeAssociations, prefixInContext, secureInContext, stringValueInContext, styleInContext, suffixInContext, titleInContext, urlAttributeAssociations
addChildElement, childrenElements, EmptyGroup, hasChildrenElements, invokeAction, invokeChildrenAction, takeChildrenValuesFromRequest
protected WOAssociation group
protected WOAssociation label
protected WOAssociation itemStyle
protected WOAssociation itemClass
protected WOAssociation itemDisabled
public ERXOptGroupPopupButton(String name, NSDictionary associations, WOElement template)
public void appendChildrenToResponse(WOResponse response, WOContext context)
appendChildrenToResponse
in class com.webobjects.appserver._private.WOPopUpButton
Copyright © 2002 – 2024 Project Wonder.