Modifier and Type | Class and Description |
---|---|
class |
AssociationFieldDefinition
An association field definition that can represent a source->target association
or a target->source association.
|
class |
PropertyFieldDefinition
A property field definition.
|
Modifier and Type | Field and Description |
---|---|
protected List<FieldDefinition> |
Form.fieldDefinitions |
Modifier and Type | Method and Description |
---|---|
FieldDefinition |
Field.getFieldDefinition() |
Modifier and Type | Method and Description |
---|---|
List<FieldDefinition> |
Form.getFieldDefinitions()
Returns the list of field definitions for the form
|
Modifier and Type | Method and Description |
---|---|
void |
Form.addFieldDefinition(FieldDefinition definition)
Adds the given FieldDefinition to the form.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.setFieldDefinitions(List<FieldDefinition> fieldDefinitions)
Sets the list of FieldDefinition objects representing the fields the
form is able to display
|
Modifier and Type | Method and Description |
---|---|
FieldDefinition |
ActionNonParameterField.getFieldDefinition() |
FieldDefinition |
ActionParameterField.getFieldDefinition() |
Modifier and Type | Method and Description |
---|---|
FieldDefinition |
ContentModelField.getFieldDefinition() |
protected FieldDefinition |
MimetypeFieldProcessor.makeTransientFieldDefinition() |
protected FieldDefinition |
EncodingFieldProcessor.makeTransientFieldDefinition() |
protected FieldDefinition |
SizeFieldProcessor.makeTransientFieldDefinition() |
protected abstract FieldDefinition |
TransientFieldProcessor.makeTransientFieldDefinition() |
Modifier and Type | Method and Description |
---|---|
protected void |
QNameFieldProcessor.populateFieldDefinition(Type attribDef,
FieldDefinition fieldDef,
FieldGroup group,
String dataKeyPrefix)
Sets several properties on the
FieldDefinition , including name,
label, description, dataKeyName and whether the field is protected. |
Constructor and Description |
---|
ContentModelField(FieldDefinition fieldDef,
Object value)
This constructor should only be used to create FieldInfo for transient properties such as encoding, mimetype or size.
|
Modifier and Type | Method and Description |
---|---|
protected FieldDefinition |
MessageFieldProcessor.makeTransientFieldDefinition() |
protected FieldDefinition |
PackageItemsFieldProcessor.makeTransientFieldDefinition() |
protected FieldDefinition |
TaskOwnerFieldProcessor.makeTransientFieldDefinition() |
protected FieldDefinition |
TransitionFieldProcessor.makeTransientFieldDefinition() |
Modifier and Type | Method and Description |
---|---|
FieldDefinition[] |
ScriptForm.getFieldDefinitions() |
Copyright © 2005–2017 Alfresco Software. All rights reserved.