|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAptField
AptEventField
AptControlField
public class AptControlField
The AptControlField class contains information about a field that refers to a nested control.
| Field Summary |
|---|
| Fields inherited from class AptField |
|---|
_fieldDecl |
| Constructor Summary | |
|---|---|
AptControlField(AptType controlClient,
FieldDeclaration controlDecl,
TwoPhaseAnnotationProcessor ap)
Base constructor, protected so only a custom subclass can invoke |
|
| Method Summary | |
|---|---|
ControlBean |
getControlBean()
Returns the ControlBean associated with this ControlField |
boolean |
hasVersionRequired()
Does this control field have a VersionRequired annotation? |
protected AptControlInterface |
initControlInterface()
Initializes the ControlInterface associated with this ControlField |
| Methods inherited from class AptEventField |
|---|
addEventAdaptor, getBoundParameters, getControlInterface, getEventAdaptor, getEventAdaptors, getTypeBindingMap |
| Methods inherited from class AptField |
|---|
getAccessModifier, getClassName, getLocalName, getName, getReflectField, getType |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AptControlField(AptType controlClient,
FieldDeclaration controlDecl,
TwoPhaseAnnotationProcessor ap)
controlClient - the declaring AptType| Method Detail |
|---|
public boolean hasVersionRequired()
true if there is a version required annotation; false otherwiseprotected AptControlInterface initControlInterface()
initControlInterface in class AptEventFieldpublic ControlBean getControlBean()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||