public class FormConfig extends FormElement implements Cloneable
| Constructor and Description |
|---|
FormConfig() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
Map<String,ConfigParam> |
getConfigParams() |
Map<String,FormElement> |
getElements() |
Map<String,ParamInitConfig> |
getFieldInitConfigs() |
FormDataFactory |
getFormDataFactory() |
FormModelFactory |
getModelFactory() |
int |
hashCode() |
boolean |
isLast() |
boolean |
isShowLabels() |
void |
setConfigParams(Map<String,ConfigParam> configParams) |
void |
setElements(Map<String,FormElement> elements) |
void |
setFieldInitConfigs(Map<String,ParamInitConfig> fieldInitConfigs) |
void |
setFormDataFactory(FormDataFactory formDataFactory) |
void |
setLast(boolean isLast) |
void |
setModelFactory(FormModelFactory modelFactory) |
void |
setShowLabels(boolean showLabels) |
getActionName, getAuxiliarySourceProperty, getDataType, getFieldName, getId, getLabel, getLabelResourceId, getSource, getSourceField, isBoundToField, isEditable, isHidden, setActionName, setAuxiliarySourceProperty, setBoundToField, setDataType, setEditable, setFieldName, setHidden, setId, setLabel, setLabelResourceId, setSource, setSourceFieldpublic FormModelFactory getModelFactory()
public void setModelFactory(FormModelFactory modelFactory)
public boolean isShowLabels()
public void setShowLabels(boolean showLabels)
public Map<String,FormElement> getElements()
public void setElements(Map<String,FormElement> elements)
public Map<String,ParamInitConfig> getFieldInitConfigs()
public void setFieldInitConfigs(Map<String,ParamInitConfig> fieldInitConfigs)
public boolean isLast()
public void setLast(boolean isLast)
public Map<String,ConfigParam> getConfigParams()
public void setConfigParams(Map<String,ConfigParam> configParams)
configParams - the configParams to setpublic FormDataFactory getFormDataFactory()
public void setFormDataFactory(FormDataFactory formDataFactory)
formDataFactory - the formDataFactory to setpublic int hashCode()
hashCode in class FormElementpublic boolean equals(Object obj)
equals in class FormElementCopyright © 2015. All rights reserved.