org.alfresco.repo.forms
Interface Field

All Known Implementing Classes:
ActionNonParameterField, ActionParameterField, ContentModelField

public interface Field

Interface defining a field in a Form.

Since:
3.4

Method Summary
 FieldDefinition getFieldDefinition()
           
 java.lang.String getFieldName()
           
 java.lang.Object getValue()
           
 

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.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.