org.alfresco.repo.forms.processor.action
Class ActionParameterField

java.lang.Object
  extended by org.alfresco.repo.forms.processor.action.ActionParameterField
All Implemented Interfaces:
Field

public class ActionParameterField
extends java.lang.Object
implements Field

This Field implementation is a form field which represents a defined action parameter.

Since:
4.0
See Also:
ParameterizedItemDefinition.getParameterDefintion(String)

Constructor Summary
ActionParameterField(ParameterDefinition parameterDef, ActionService actionService)
           
 
Method Summary
 FieldDefinition getFieldDefinition()
           
 java.lang.String getFieldName()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionParameterField

public ActionParameterField(ParameterDefinition parameterDef,
                            ActionService actionService)
Method Detail

getFieldDefinition

public FieldDefinition getFieldDefinition()
Specified by:
getFieldDefinition in interface Field
Returns:
the field definition

getFieldName

public java.lang.String getFieldName()
Specified by:
getFieldName in interface Field
Returns:
the fieldName

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface Field
Returns:
the value for this field or null.


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