public class Field extends Object implements Comparable<Field>
| Constructor and Description |
|---|
Field() |
Field(org.nuxeo.ecm.automation.client.model.PropertyMap propertyMap,
Map<String,Variable> variables) |
Field(String path,
AddField addField,
boolean isFieldSet)
constructors with path
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Field field) |
List<Field> |
getFields()
Getter for fields.
|
String |
getHelpText()
Getter for helpText.
|
String |
getLabel()
Getter for label.
|
String |
getName()
Getter for name.
|
String |
getPath() |
String |
getSuperLabel()
Getter for superLabel.
|
VariableTypesEnum |
getType()
Getter for type.
|
String |
getValue()
Getter for value.
|
String |
getVarOptions() |
boolean |
isFieldSet()
Getter for isFieldSet.
|
boolean |
isInput()
Getter for isInput.
|
boolean |
isRequired()
Getter for required.
|
boolean |
isSelected()
Getter for selected.
|
void |
setFields(List<Field> fields)
Setter for fields.
|
void |
setFieldSet(boolean isFieldSet)
Setter for isFieldSet.
|
void |
setHelpText(String helpText)
Setter for helpText.
|
void |
setInput(boolean isInput)
Setter for isInput.
|
void |
setLabel(String label)
Setter for label.
|
void |
setName(String name)
Setter for name.
|
void |
setPath(String path) |
void |
setRequired(boolean required)
Setter for required.
|
void |
setSelected(boolean selected)
Setter for selected.
|
void |
setSuperLabel(String superLabel)
Setter for superLabel.
|
void |
setType(VariableTypesEnum type)
Setter for type.
|
void |
setValue(String value)
Setter for value.
|
void |
setVarOptions(String varOptions) |
public Field()
public Field(org.nuxeo.ecm.automation.client.model.PropertyMap propertyMap,
Map<String,Variable> variables)
public boolean isInput()
public void setInput(boolean isInput)
isInput - the isInput to setpublic int compareTo(Field field)
compareTo in interface Comparable<Field>public String getName()
public void setName(String name)
name - the name to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic VariableTypesEnum getType()
public void setType(VariableTypesEnum type)
type - the type to setpublic String getLabel()
public void setLabel(String label)
label - the label to setpublic boolean isRequired()
public void setRequired(boolean required)
required - the required to setpublic String getVarOptions()
public void setVarOptions(String varOptions)
public String getSuperLabel()
public void setSuperLabel(String superLabel)
superLabel - the superLabel to setpublic boolean isFieldSet()
public void setFieldSet(boolean isFieldSet)
isFieldSet - the isFieldSet to setpublic String getPath()
public void setPath(String path)
public void setFields(List<Field> fields)
fields - the fields to setpublic boolean isSelected()
public void setSelected(boolean selected)
selected - the selected to setpublic String getHelpText()
public void setHelpText(String helpText)
helpText - the helpText to setCopyright © 2016. All rights reserved.