org.ofbiz.widget.form
Class ModelFormField.EntityOptions
java.lang.Object
org.ofbiz.widget.form.ModelFormField.OptionSource
org.ofbiz.widget.form.ModelFormField.EntityOptions
- Enclosing class:
- ModelFormField
public static class ModelFormField.EntityOptions
- extends ModelFormField.OptionSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entityName
protected java.lang.String entityName
keyFieldName
protected java.lang.String keyFieldName
description
protected FlexibleStringExpander description
cache
protected boolean cache
filterByDate
protected java.lang.String filterByDate
constraintList
protected java.util.List<EntityFinderUtil.ConditionExpr> constraintList
orderByList
protected java.util.List<java.lang.String> orderByList
ModelFormField.EntityOptions
public ModelFormField.EntityOptions(ModelFormField.FieldInfo fieldInfo)
ModelFormField.EntityOptions
public ModelFormField.EntityOptions(org.w3c.dom.Element entityOptionsElement,
ModelFormField.FieldInfo fieldInfo)
getKeyFieldName
public java.lang.String getKeyFieldName()
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