Package org.apache.ofbiz.widget.model
Class ModelFormField.EntityOptions
- java.lang.Object
-
- org.apache.ofbiz.widget.model.ModelFormField.OptionSource
-
- org.apache.ofbiz.widget.model.ModelFormField.EntityOptions
-
- Enclosing class:
- ModelFormField
public static class ModelFormField.EntityOptions extends ModelFormField.OptionSource
Models the <entity-options> element.- See Also:
widget-form.xsd
-
-
Constructor Summary
Constructors Constructor Description EntityOptions(ModelFormField modelFormField)
EntityOptions(org.w3c.dom.Element entityOptionsElement, ModelFormField modelFormField)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addOptionValues(java.util.List<ModelFormField.OptionValue> optionValues, java.util.Map<java.lang.String,java.lang.Object> context, Delegator delegator)
ModelFormField.OptionSource
copy(ModelFormField modelFormField)
boolean
getCache()
java.util.List<EntityFinderUtil.ConditionExpr>
getConstraintList()
FlexibleStringExpander
getDescription()
java.lang.String
getEntityName()
java.lang.String
getFilterByDate()
java.lang.String
getKeyFieldName()
java.util.List<java.lang.String>
getOrderByList()
-
Methods inherited from class org.apache.ofbiz.widget.model.ModelFormField.OptionSource
getModelFormField
-
-
-
-
Constructor Detail
-
EntityOptions
public EntityOptions(org.w3c.dom.Element entityOptionsElement, ModelFormField modelFormField)
-
EntityOptions
public EntityOptions(ModelFormField modelFormField)
-
-
Method Detail
-
addOptionValues
public void addOptionValues(java.util.List<ModelFormField.OptionValue> optionValues, java.util.Map<java.lang.String,java.lang.Object> context, Delegator delegator)
- Specified by:
addOptionValues
in classModelFormField.OptionSource
-
copy
public ModelFormField.OptionSource copy(ModelFormField modelFormField)
- Specified by:
copy
in classModelFormField.OptionSource
-
getCache
public boolean getCache()
-
getConstraintList
public java.util.List<EntityFinderUtil.ConditionExpr> getConstraintList()
-
getDescription
public FlexibleStringExpander getDescription()
-
getEntityName
public java.lang.String getEntityName()
-
getFilterByDate
public java.lang.String getFilterByDate()
-
getKeyFieldName
public java.lang.String getKeyFieldName()
-
getOrderByList
public java.util.List<java.lang.String> getOrderByList()
-
-