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 com.webobjects.appserver.WOAssociation |
group |
protected com.webobjects.appserver.WOAssociation |
itemClass |
protected com.webobjects.appserver.WOAssociation |
itemDisabled |
protected com.webobjects.appserver.WOAssociation |
itemStyle |
protected com.webobjects.appserver.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
Constructor and Description |
---|
ERXOptGroupPopupButton(String name,
NSDictionary associations,
com.webobjects.appserver.WOElement template) |
Modifier and Type | Method and Description |
---|---|
void |
appendChildrenToResponse(com.webobjects.appserver.WOResponse response,
com.webobjects.appserver.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
protected com.webobjects.appserver.WOAssociation group
protected com.webobjects.appserver.WOAssociation label
protected com.webobjects.appserver.WOAssociation itemStyle
protected com.webobjects.appserver.WOAssociation itemClass
protected com.webobjects.appserver.WOAssociation itemDisabled
public ERXOptGroupPopupButton(String name, NSDictionary associations, com.webobjects.appserver.WOElement template)
Copyright © 2002 – 2020 Project Wonder.