protected static class GwtcContext.GwtcUnit extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Class<?>> |
classes |
protected Gwtc |
gwtc |
protected UiTemplateBuilder |
html |
protected List<Package> |
packages |
Object |
source |
protected GwtcXmlBuilder |
xml |
| Constructor and Description |
|---|
GwtcUnit(Class<?> from) |
GwtcUnit(Method from) |
GwtcUnit(Package from) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(GwtcContext.GwtcUnit data) |
String |
generateGwtXml(Gwtc gwtc,
String pkg,
String name) |
Iterable<GwtcContext.GwtcUnit> |
getChildren() |
Object |
getParent()
Finds the next parent element annotated with @Gwtc.
|
xapi.dev.gwtc.impl.GwtcUnitType |
getType() |
boolean |
isFindAllParents() |
boolean |
isFindChild() |
boolean |
isFindEnclosingClasses() |
boolean |
isFindParent() |
boolean |
isFindSuperClasses() |
void |
setParent(GwtcContext.GwtcUnit parentNode) |
String |
toString() |
protected final Gwtc gwtc
protected GwtcXmlBuilder xml
protected UiTemplateBuilder html
public final Object source
public GwtcUnit(Class<?> from)
public GwtcUnit(Method from)
public GwtcUnit(Package from)
public boolean isFindAllParents()
public boolean isFindParent()
public boolean isFindChild()
public boolean isFindEnclosingClasses()
public boolean isFindSuperClasses()
public void setParent(GwtcContext.GwtcUnit parentNode)
public Object getParent()
#getParents()public void addChild(GwtcContext.GwtcUnit data)
public Iterable<GwtcContext.GwtcUnit> getChildren()
public xapi.dev.gwtc.impl.GwtcUnitType getType()
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.