|
Right Java tools. Open source and Enterprise. |
| |Home | Products | Documents | Downloads | Purchase | Support | Company | Partners | Contact | |
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.acelet.s.dashboard.DynamicField
public abstract class DynamicField
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 |
|---|
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 |
|---|
public DynamicField()
| Method Detail |
|---|
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.
fieldName - The field name. InvalidArgumentException.
com.acelet.s.dashboard.InvalidArgumentException
|
Copyright Acelet Corporation. 2000-2008. All rights reserved. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||