public class FormPropertyGroup extends Object implements FormPropertyDefinitionContainer
FormPropertyDefinition
s which belong together.Modifier and Type | Field and Description |
---|---|
protected List<FormPropertyDefinition> |
formPropertyDefinitions |
protected String |
id |
protected String |
title |
protected String |
type |
Constructor and Description |
---|
FormPropertyGroup() |
FormPropertyGroup(String id,
String type,
String title) |
Modifier and Type | Method and Description |
---|---|
void |
addFormProperty(FormPropertyDefinition definition) |
FormPropertyGroup |
addFormPropertyDefinition(FormPropertyDefinition definition) |
FormPropertyGroup |
clone() |
List<FormPropertyDefinition> |
getFormPropertyDefinitions() |
String |
getId() |
String |
getTitle() |
String |
getType() |
boolean |
removeFormProperty(FormPropertyDefinition definition) |
void |
setFormPropertyDefinitions(List<FormPropertyDefinition> formPropertyDefinitions) |
void |
setId(String id) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
setValues(FormPropertyGroup otherGroup) |
protected String title
protected String id
protected String type
protected List<FormPropertyDefinition> formPropertyDefinitions
public List<FormPropertyDefinition> getFormPropertyDefinitions()
getFormPropertyDefinitions
in interface FormPropertyDefinitionContainer
public void addFormProperty(FormPropertyDefinition definition)
addFormProperty
in interface FormPropertyDefinitionContainer
definition
- the form-property to add to the container.public boolean removeFormProperty(FormPropertyDefinition definition)
removeFormProperty
in interface FormPropertyDefinitionContainer
definition
- the definition to remove from the container.public void setFormPropertyDefinitions(List<FormPropertyDefinition> formPropertyDefinitions)
public FormPropertyGroup addFormPropertyDefinition(FormPropertyDefinition definition)
public String getType()
public void setType(String type)
public void setTitle(String title)
public String getTitle()
public String getId()
public void setId(String id)
public FormPropertyGroup clone()
public void setValues(FormPropertyGroup otherGroup)
Copyright © 2016 Alfresco. All rights reserved.