public class FormField extends Object
| Constructor and Description |
|---|
FormField(String id,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
FormField |
combine(FormField otherField) |
Map<String,String> |
getAttributes() |
Map<String,ConstraintHandlerDefinition> |
getConstraintDefinitionMap() |
Control |
getControl() |
String |
getDescription() |
String |
getDescriptionId() |
String |
getHelpEncodeHtml() |
String |
getHelpText() |
String |
getHelpTextId() |
String |
getId() |
String |
getLabel() |
String |
getLabelId() |
String |
getSet() |
boolean |
isMandatory() |
boolean |
isReadOnly() |
boolean |
isSorted() |
String |
toString() |
public Control getControl()
public String getId()
public String getLabel()
public String getLabelId()
public String getDescription()
public String getDescriptionId()
public boolean isReadOnly()
public boolean isMandatory()
public boolean isSorted()
public String getSet()
public String getHelpText()
public String getHelpTextId()
public String getHelpEncodeHtml()
public Map<String,ConstraintHandlerDefinition> getConstraintDefinitionMap()
Copyright © 2005–2014 Alfresco Software. All rights reserved.