org.ofbiz.widget.form
Class ModelFormField.SingleOption
java.lang.Object
org.ofbiz.widget.form.ModelFormField.OptionSource
org.ofbiz.widget.form.ModelFormField.SingleOption
- Enclosing class:
- ModelFormField
public static class ModelFormField.SingleOption
- extends ModelFormField.OptionSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected FlexibleStringExpander key
description
protected FlexibleStringExpander description
ModelFormField.SingleOption
public ModelFormField.SingleOption(java.lang.String key,
java.lang.String description,
ModelFormField.FieldInfo fieldInfo)
ModelFormField.SingleOption
public ModelFormField.SingleOption(org.w3c.dom.Element optionElement,
ModelFormField.FieldInfo fieldInfo)
addOptionValues
public void addOptionValues(java.util.List<ModelFormField.OptionValue> optionValues,
java.util.Map<java.lang.String,java.lang.Object> context,
GenericDelegator delegator)
- Specified by:
addOptionValues
in class ModelFormField.OptionSource