|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenField
EventField
ControlField
public abstract class ControlField
The ControlField class is an abstract base class that represents an java.lang.reflect.Field on an implementation class that refers to a control.
Constructor Summary | |
---|---|
protected |
ControlField(GenClass controlClient)
Base constructor, protected so only a custom subclass can invoke |
Method Summary | |
---|---|
ControlBean |
getControlBean()
Returns the ControlBean associated with this ControlField |
protected void |
init()
Initializes the ControlField instance. |
Methods inherited from class EventField |
---|
addEventAdaptor, getControlInterface, getEventAdaptor, getEventAdaptors, initControlInterface |
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 ControlField(GenClass controlClient)
controlClient
- Method Detail |
---|
protected void init()
init
in class EventField
public ControlBean getControlBean()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |