Package org.alfresco.repo.forms
Interface Field
-
- All Known Implementing Classes:
ActionNonParameterField,ActionParameterField,ContentModelField
public interface FieldInterface defining a field in aForm.- Since:
- 3.4
- Author:
- Nick Smith
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldDefinitiongetFieldDefinition()StringgetFieldName()ObjectgetValue()
-
-
-
Method Detail
-
getFieldDefinition
FieldDefinition getFieldDefinition()
- Returns:
- the field definition
-
getFieldName
String getFieldName()
- Returns:
- the fieldName
-
getValue
Object getValue()
- Returns:
- the value for this field or
null.
-
-