Right Java tools. Open source and Enterprise.
|Home | Products | Documents | Downloads | Purchase | Support | Company | Partners | Contact |

com.acelet.s.dashboard
Class DynamicField

java.lang.Object
  extended by com.acelet.s.dashboard.DynamicField

public abstract class DynamicField
extends java.lang.Object

This is the class for providing dynamic field for the Descriptor.setField.
Users must provide an implementation for method getDynamicFieldValue to specify the field value.


Field Summary
static Envoy envoy
          envoy is a static variable of Envoy.
 
Constructor Summary
DynamicField()
           
 
Method Summary
abstract  java.lang.Object getFieldValue(java.lang.String fieldName)
          getFieldValue is a user defined method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

envoy

public static Envoy envoy
envoy is a static variable of Envoy. It is initialized by the system and can be used to perform related tasks.

Constructor Detail

DynamicField

public DynamicField()
Method Detail

getFieldValue

public abstract java.lang.Object getFieldValue(java.lang.String fieldName)
                                        throws com.acelet.s.dashboard.InvalidArgumentException
getFieldValue is a user defined method. It provide a value for dynamic field.

Parameters:
fieldName - The field name.
Returns:
the value for the field.
Throws:
InvalidArgumentException.
com.acelet.s.dashboard.InvalidArgumentException

Copyright Acelet Corporation. 2000-2008. All rights reserved.