public interface FormPropertyDefinitionContainer
Modifier and Type | Method and Description |
---|---|
void |
addFormProperty(FormPropertyDefinition definition) |
List<FormPropertyDefinition> |
getFormPropertyDefinitions() |
boolean |
removeFormProperty(FormPropertyDefinition definition) |
List<FormPropertyDefinition> getFormPropertyDefinitions()
void addFormProperty(FormPropertyDefinition definition)
definition
- the form-property to add to the container.boolean removeFormProperty(FormPropertyDefinition definition)
definition
- the definition to remove from the container.Copyright © 2016 Alfresco. All rights reserved.