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()java.lang.StringgetFieldName()java.lang.ObjectgetValue()
-
-
-
Method Detail
-
getFieldDefinition
FieldDefinition getFieldDefinition()
- Returns:
- the field definition
-
getFieldName
java.lang.String getFieldName()
- Returns:
- the fieldName
-
getValue
java.lang.Object getValue()
- Returns:
- the value for this field or
null.
-
-