|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectClientInitializer
public class ClientInitializer
The ClientInitializer represents a generated class that contains the code necessary to initialize a client that uses controls declaratively (via Control and EventHandler annotations).
Constructor Summary | |
---|---|
protected |
ClientInitializer(AptControlClient controlClient)
Constructs a new ClientInitializer class |
Method Summary | |
---|---|
String |
getClassName()
Returns the fully qualfied classname of the ClientInitializer |
AptControlClient |
getControlClient()
Returns the ControlBean implementation instance |
String |
getPackage()
Returns the package name of the ClientInitializer |
ArrayList<AptField> |
getReflectFields()
Returns the list of impl class fields that must be initialized using Reflection |
String |
getShortName()
Returns the unqualified classname of the ClientInitializer |
ClientInitializer |
getSuperClass()
|
boolean |
isRootPackage()
Is the ClientInitializer in the root package? |
static boolean |
needsReflection(AptField genField)
Returns true if the initializer will use Reflection to initialize the field, false otherwise. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ClientInitializer(AptControlClient controlClient)
controlClient
- the control client this initializer will targetMethod Detail |
---|
public String getPackage()
public boolean isRootPackage()
public String getShortName()
public String getClassName()
public AptControlClient getControlClient()
public ClientInitializer getSuperClass()
public static boolean needsReflection(AptField genField)
public ArrayList<AptField> getReflectFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |