public class ListPropertyDefinition extends FormPropertyDefinition
| Modifier and Type | Field and Description |
|---|---|
protected List<ListPropertyEntry> |
entries |
displayName, mandatory, name, parameters, type, value, writable| Constructor and Description |
|---|
ListPropertyDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(ListPropertyEntry entry) |
FormPropertyDefinition |
clone()
Create a close of this
FormPropertyDefinition instance. |
List<ListPropertyEntry> |
getEntries() |
void |
setEntries(List<ListPropertyEntry> entries) |
void |
setValues(FormPropertyDefinition otherDefinition)
Sets the properties of this
FormPropertyDefinition instance based in the
properties present in the given definition. |
cloneParameters, getDisplayName, getName, getParameters, getType, getValue, isMandatory, isWritable, setDisplayName, setMandatory, setName, setParameters, setType, setValue, setWritableprotected List<ListPropertyEntry> entries
public void setEntries(List<ListPropertyEntry> entries)
public List<ListPropertyEntry> getEntries()
public void addEntry(ListPropertyEntry entry)
public FormPropertyDefinition clone()
FormPropertyDefinitionFormPropertyDefinition instance.clone in class FormPropertyDefinitionpublic void setValues(FormPropertyDefinition otherDefinition)
FormPropertyDefinitionFormPropertyDefinition instance based in the
properties present in the given definition.setValues in class FormPropertyDefinitionCopyright © 2016 Alfresco. All rights reserved.