|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenClass
ClientInitializer
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(ControlClient controlClient)
Constructs a new ClientInitializer class |
Method Summary | |
---|---|
String |
getClassName()
Returns the fully qualfied classname of the ClientInitializer |
ControlClient |
getControlClient()
Returns the ControlBean implementation instance |
String |
getPackage()
Returns the package name of the ClientInitializer |
ArrayList<GenField> |
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()
Returns the super class for this class |
boolean |
isRootPackage()
Is the ClientInitializer in the root package? |
static boolean |
needsReflection(GenField genField)
Returns true if the initializer will use Reflection to initialize the field, false otherwise. |
Methods inherited from class GenClass |
---|
getCheckOutput, getGeneratedTypes, getGenerateOutput, hasSuperClass |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ClientInitializer(ControlClient controlClient)
controlClient
- the control client this initializer will targetMethod Detail |
---|
public String getPackage()
getPackage
in class GenClass
public boolean isRootPackage()
public String getShortName()
getShortName
in class GenClass
public String getClassName()
getClassName
in class GenClass
public ControlClient getControlClient()
public ClientInitializer getSuperClass()
GenClass
getSuperClass
in class GenClass
public static boolean needsReflection(GenField genField)
public ArrayList<GenField> getReflectFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |