|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenField
EventField
ControlField
AptControlField
public class AptControlField
The AptControlField class is an implementation of ControlField where values are derived using APT metadata.
Constructor Summary | |
---|---|
protected |
AptControlField(GenClass controlClient,
FieldDeclaration controlDecl,
AnnotationProcessorEnvironment env)
Base constructor, protected so only a custom subclass can invoke |
Method Summary | |
---|---|
String |
getAccessModifier()
Returns the access modifier associated with the field |
String |
getName()
Returns the name of the field |
String |
getType()
Returns the field type of the field |
protected ControlInterface |
initControlInterface()
Initializes the ControlInterface associated with this ControlField |
Methods inherited from class ControlField |
---|
getControlBean, init |
Methods inherited from class EventField |
---|
addEventAdaptor, getControlInterface, getEventAdaptor, getEventAdaptors |
Methods inherited from class GenField |
---|
getLocalName, getReflectField |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AptControlField(GenClass controlClient, FieldDeclaration controlDecl, AnnotationProcessorEnvironment env)
controlClient
- the declaring ControlImplementationMethod Detail |
---|
protected ControlInterface initControlInterface()
initControlInterface
in class EventField
public String getName()
GenField
getName
in class GenField
public String getType()
GenField
getType
in class GenField
public String getAccessModifier()
GenField
getAccessModifier
in class GenField
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |