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, setWritable
protected List<ListPropertyEntry> entries
public void setEntries(List<ListPropertyEntry> entries)
public List<ListPropertyEntry> getEntries()
public void addEntry(ListPropertyEntry entry)
public FormPropertyDefinition clone()
FormPropertyDefinition
FormPropertyDefinition
instance.clone
in class FormPropertyDefinition
public void setValues(FormPropertyDefinition otherDefinition)
FormPropertyDefinition
FormPropertyDefinition
instance based in the
properties present in the given definition.setValues
in class FormPropertyDefinition
Copyright © 2016 Alfresco. All rights reserved.