|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cruxframework.crux.core.rebind.screen.widget.WidgetCreator<C>
org.cruxframework.crux.gwt.rebind.PanelFactory<C>
org.cruxframework.crux.gwt.rebind.ComplexPanelFactory<WidgetCreatorContext>
org.cruxframework.crux.gwt.rebind.AbstractHTMLPanelFactory
public abstract class AbstractHTMLPanelFactory
Base class for HTMLPanel like widgets creation from crux declarative engine.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator |
|---|
WidgetCreator.StyleNameProcessor, WidgetCreator.StyleProcessor, WidgetCreator.ViewPermissionAttributeProcessor |
| Constructor Summary | |
|---|---|
AbstractHTMLPanelFactory()
|
|
| Method Summary | |
|---|---|
protected void |
createChildren(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context)
Generate the code for HTMLPanel children creation |
protected void |
createChildrenEagerly(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context)
Create the children widgets eagerly. |
protected void |
createChildrenLazily(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context)
Create the children widgets lazily. |
protected void |
createChildrenWidgets(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context)
Generate the children creation code for HTMLPanel. |
WidgetCreatorContext |
instantiateContext()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractHTMLPanelFactory()
| Method Detail |
|---|
protected void createChildren(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context)
throws CruxGeneratorException
out - printer to output the sourcecontext - Crux view creation context
CruxGeneratorException
protected void createChildrenEagerly(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context)
out - printer to output the sourcecontext - Crux view creation context
protected void createChildrenLazily(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context)
out - printer to output the sourcecontext - Crux view creation context
protected void createChildrenWidgets(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context)
out - printer to output the sourcecontext - Crux view creation contextpublic WidgetCreatorContext instantiateContext()
instantiateContext in class WidgetCreator<WidgetCreatorContext>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||