Package | Description |
---|---|
org.activiti.workflow.simple.definition.form |
Modifier and Type | Class and Description |
---|---|
class |
BooleanPropertyDefinition
A form-property with a value that is represented as a boolean.
|
class |
DatePropertyDefinition
A form-property with a value that is represented as a date.
|
class |
ListPropertyDefinition
A form-property with a value that is represented as single item selected
from a list of possible values.
|
class |
NumberPropertyDefinition
A form-property with a value that is represented as a number.
|
class |
ReferencePropertyDefinition
A form-property with a value that represents a reference to another entity.
|
class |
TextPropertyDefinition
A form-property with a value that is represented as a simple text.
|
Modifier and Type | Field and Description |
---|---|
protected List<FormPropertyDefinition> |
FormDefinition.formProperties |
protected List<FormPropertyDefinition> |
FormPropertyGroup.formPropertyDefinitions |
Modifier and Type | Method and Description |
---|---|
FormPropertyDefinition |
TextPropertyDefinition.clone() |
FormPropertyDefinition |
ReferencePropertyDefinition.clone() |
FormPropertyDefinition |
NumberPropertyDefinition.clone() |
FormPropertyDefinition |
ListPropertyDefinition.clone() |
abstract FormPropertyDefinition |
FormPropertyDefinition.clone()
Create a close of this
FormPropertyDefinition instance. |
FormPropertyDefinition |
DatePropertyDefinition.clone() |
FormPropertyDefinition |
BooleanPropertyDefinition.clone() |
Modifier and Type | Method and Description |
---|---|
List<FormPropertyDefinition> |
FormPropertyGroup.getFormPropertyDefinitions() |
List<FormPropertyDefinition> |
FormPropertyDefinitionContainer.getFormPropertyDefinitions() |
List<FormPropertyDefinition> |
FormDefinition.getFormPropertyDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
FormPropertyGroup.addFormProperty(FormPropertyDefinition definition) |
void |
FormPropertyDefinitionContainer.addFormProperty(FormPropertyDefinition definition) |
void |
FormDefinition.addFormProperty(FormPropertyDefinition definition)
Adds a form property to the form, not part of any group.
|
FormPropertyGroup |
FormPropertyGroup.addFormPropertyDefinition(FormPropertyDefinition definition) |
boolean |
FormPropertyGroup.removeFormProperty(FormPropertyDefinition definition) |
boolean |
FormPropertyDefinitionContainer.removeFormProperty(FormPropertyDefinition definition) |
boolean |
FormDefinition.removeFormProperty(FormPropertyDefinition definition) |
void |
TextPropertyDefinition.setValues(FormPropertyDefinition otherDefinition) |
void |
ReferencePropertyDefinition.setValues(FormPropertyDefinition otherDefinition) |
void |
NumberPropertyDefinition.setValues(FormPropertyDefinition otherDefinition) |
void |
ListPropertyDefinition.setValues(FormPropertyDefinition otherDefinition) |
abstract void |
FormPropertyDefinition.setValues(FormPropertyDefinition otherDefinition)
Sets the properties of this
FormPropertyDefinition instance based in the
properties present in the given definition. |
void |
DatePropertyDefinition.setValues(FormPropertyDefinition otherDefinition) |
void |
BooleanPropertyDefinition.setValues(FormPropertyDefinition otherDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
FormDefinition.getFormPropertyDefinitions(List<FormPropertyDefinition> formProperties) |
void |
FormPropertyGroup.setFormPropertyDefinitions(List<FormPropertyDefinition> formPropertyDefinitions) |
Copyright © 2016 Alfresco. All rights reserved.