public class FormUIGet.Field extends FormUIGet.Element
| Modifier and Type | Field and Description |
|---|---|
protected String |
configName |
protected String |
content |
protected FormUIGet.FieldControl |
control |
protected String |
dataKeyName |
protected String |
dataType |
protected String |
description |
protected boolean |
disabled |
protected String |
endpointDirection |
protected String |
help |
protected boolean |
helpEncodeHtml |
protected String |
indexTokenisationMode |
protected String |
label |
protected boolean |
mandatory |
protected String |
name |
protected boolean |
repeating |
protected boolean |
transitory |
protected String |
type |
protected Object |
value |
id, kindgetId, getKindprotected String name
protected String configName
protected String label
protected String description
protected String help
protected boolean helpEncodeHtml
protected FormUIGet.FieldControl control
protected String dataKeyName
protected String dataType
protected String type
protected String content
protected String endpointDirection
protected Object value
protected boolean disabled
protected boolean mandatory
protected boolean transitory
protected boolean repeating
protected String indexTokenisationMode
public void setId(String id)
public String getConfigName()
public void setConfigName(String configName)
public FormUIGet.FieldControl getControl()
public void setControl(FormUIGet.FieldControl control)
public String getDataKeyName()
public void setDataKeyName(String dataKeyName)
public String getDataType()
public void setDataType(String dataType)
public String getDescription()
public void setDescription(String description)
public boolean isDisabled()
public void setDisabled(boolean disabled)
public String getLabel()
public void setLabel(String label)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
public boolean isTransitory()
public void setTransitory(boolean transitory)
public String getName()
public void setName(String name)
public boolean isRepeating()
public void setRepeating(boolean repeating)
public String getType()
public void setType(String type)
public Object getValue()
public void setValue(Object value)
public String getContent()
public void setContent(String content)
public String getHelp()
public void setHelp(String help)
public boolean getHelpEncodeHtml()
public void setHelpEncodeHtml(boolean encode)
public String getEndpointDirection()
public void setEndpointDirection(String endpointDirection)
public String getEndpointType()
public boolean isEndpointMandatory()
public boolean isEndpointMany()
public String getIndexTokenisationMode()
public void setIndexTokenisationMode(String indexTokenisationMode)
public String toString()
toString in class FormUIGet.ElementCopyright © 2005–2014 Alfresco Software. All rights reserved.