com.liferay.portlet.dynamicdatamapping
Class DDMFormField
java.lang.Object
com.liferay.portlet.dynamicdatamapping.DDMFormField
- All Implemented Interfaces:
- Serializable
public class DDMFormField
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMFormField
public DDMFormField(String name,
String type)
addNestedDDMFormField
public void addNestedDDMFormField(DDMFormField nestedDDMFormField)
getDataType
public String getDataType()
getDDMForm
public DDMForm getDDMForm()
getDDMFormFieldOptions
public DDMFormFieldOptions getDDMFormFieldOptions()
getFieldNamespace
public String getFieldNamespace()
getIndexType
public String getIndexType()
getLabel
public LocalizedValue getLabel()
getName
public String getName()
getNestedDDMFormFields
public List<DDMFormField> getNestedDDMFormFields()
getNestedDDMFormFieldsMap
public Map<String,DDMFormField> getNestedDDMFormFieldsMap()
getPredefinedValue
public LocalizedValue getPredefinedValue()
getProperty
public Object getProperty(String name)
getStyle
public LocalizedValue getStyle()
getTip
public LocalizedValue getTip()
getType
public String getType()
isLocalizable
public boolean isLocalizable()
isMultiple
public boolean isMultiple()
isReadOnly
public boolean isReadOnly()
isRepeatable
public boolean isRepeatable()
isRequired
public boolean isRequired()
isShowLabel
public boolean isShowLabel()
isTransient
public boolean isTransient()
setDataType
public void setDataType(String dataType)
setDDMForm
public void setDDMForm(DDMForm ddmForm)
setDDMFormFieldOptions
public void setDDMFormFieldOptions(DDMFormFieldOptions ddmFormFieldOptions)
setFieldNamespace
public void setFieldNamespace(String fieldNamespace)
setIndexType
public void setIndexType(String indexType)
setLabel
public void setLabel(LocalizedValue label)
setLocalizable
public void setLocalizable(boolean localizable)
setMultiple
public void setMultiple(boolean multiple)
setName
public void setName(String name)
setNestedDDMFormFields
public void setNestedDDMFormFields(List<DDMFormField> nestedDDMFormFields)
setPredefinedValue
public void setPredefinedValue(LocalizedValue predefinedValue)
setProperty
public void setProperty(String name,
Object value)
setReadOnly
public void setReadOnly(boolean readOnly)
setRepeatable
public void setRepeatable(boolean repeatable)
setRequired
public void setRequired(boolean required)
setShowLabel
public void setShowLabel(boolean showLabel)
setStyle
public void setStyle(LocalizedValue style)
setTip
public void setTip(LocalizedValue tip)
setType
public void setType(String type)