public class FormFieldRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
col |
protected Boolean |
hasEmptyValue |
protected String |
id |
protected LayoutRepresentation |
layout |
protected String |
name |
protected List<OptionRepresentation> |
options |
protected String |
optionType |
protected boolean |
overrideId |
protected Map<String,Object> |
params |
protected String |
placeholder |
protected boolean |
readOnly |
protected boolean |
required |
protected String |
restIdProperty |
protected String |
restLabelProperty |
protected String |
restUrl |
protected int |
row |
protected int |
sizeX |
protected int |
sizeY |
protected String |
type |
protected Object |
value |
protected ConditionRepresentation |
visibilityCondition |
Constructor and Description |
---|
FormFieldRepresentation() |
protected String id
protected String name
protected String type
protected Object value
protected boolean required
protected boolean readOnly
protected boolean overrideId
protected String placeholder
protected String optionType
protected Boolean hasEmptyValue
protected List<OptionRepresentation> options
protected String restUrl
protected String restIdProperty
protected String restLabelProperty
protected LayoutRepresentation layout
protected int sizeX
protected int sizeY
protected int row
protected int col
protected ConditionRepresentation visibilityCondition
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public Object getValue()
public void setValue(Object value)
public boolean isRequired()
public void setRequired(boolean required)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public boolean isOverrideId()
public void setOverrideId(boolean overrideId)
public String getOptionType()
public void setOptionType(String optionType)
public Boolean getHasEmptyValue()
public void setHasEmptyValue(Boolean hasEmptyValue)
public List<OptionRepresentation> getOptions()
public void setOptions(List<OptionRepresentation> options)
public String getPlaceholder()
public void setPlaceholder(String placeholder)
public String getRestUrl()
public void setRestUrl(String restUrl)
public String getRestIdProperty()
public void setRestIdProperty(String restIdProperty)
public String getRestLabelProperty()
public void setRestLabelProperty(String restLabelProperty)
public LayoutRepresentation getLayout()
public void setLayout(LayoutRepresentation layout)
public int getSizeX()
public void setSizeX(int sizeX)
public int getSizeY()
public void setSizeY(int sizeY)
public int getRow()
public void setRow(int row)
public int getCol()
public void setCol(int col)
public ConditionRepresentation getVisibilityCondition()
public void setVisibilityCondition(ConditionRepresentation visibilityCondition)
public boolean isDisplayOnly()
Copyright © 2014–2015 Alfresco. All rights reserved.