|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenField
ClientField
public abstract class ClientField
The ClientField class is an abstract base class that represents an java.lang.reflect.Field on an implementation class that refers to a client event notifier
Constructor Summary | |
---|---|
protected |
ClientField(ControlImpl controlImpl)
Base constructor, protected so only a custom subclass can invoke |
Method Summary | |
---|---|
protected void |
init()
Initializes the ClientField instance. |
Methods inherited from class GenField |
---|
getAccessModifier, getLocalName, getName, getReflectField, getType |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ClientField(ControlImpl controlImpl)
controlImpl
- the declaring ControlImplMethod Detail |
---|
protected void init()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |