org.cruxframework.crux.gwt.rebind
Class AbstractDockLayoutPanelFactory.AbstractDockPanelWidgetProcessor<C extends org.cruxframework.crux.gwt.rebind.DockLayoutPanelContext>

java.lang.Object
  extended by org.cruxframework.crux.core.rebind.screen.widget.creator.children.WidgetChildProcessor<C>
      extended by org.cruxframework.crux.gwt.rebind.AbstractDockLayoutPanelFactory.AbstractDockPanelWidgetProcessor<C>
Direct Known Subclasses:
DockLayoutPanelFactory.DockLayoutPanelWidgetProcessor, SplitLayoutPanelFactory.SplitLayoutPanelWidgetProcessor
Enclosing class:
AbstractDockLayoutPanelFactory<C extends org.cruxframework.crux.gwt.rebind.DockLayoutPanelContext>

public static class AbstractDockLayoutPanelFactory.AbstractDockPanelWidgetProcessor<C extends org.cruxframework.crux.gwt.rebind.DockLayoutPanelContext>
extends WidgetChildProcessor<C>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.cruxframework.crux.core.rebind.screen.widget.creator.children.WidgetChildProcessor
WidgetChildProcessor.AnyTag, WidgetChildProcessor.AnyWidget, WidgetChildProcessor.HTMLTag
 
Constructor Summary
AbstractDockLayoutPanelFactory.AbstractDockPanelWidgetProcessor()
           
 
Method Summary
protected  void processAnimatedChild(C context, String childWidget, com.google.gwt.user.client.ui.DockLayoutPanel.Direction direction, double size)
           
protected  String processChild(C context, String childWidget, com.google.gwt.user.client.ui.DockLayoutPanel.Direction direction, double size)
           
 void processChildren(AbstractProxyCreator.SourcePrinter out, C context)
           
 
Methods inherited from class org.cruxframework.crux.core.rebind.screen.widget.creator.children.WidgetChildProcessor
getWidgetCreator, setWidgetCreator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDockLayoutPanelFactory.AbstractDockPanelWidgetProcessor

public AbstractDockLayoutPanelFactory.AbstractDockPanelWidgetProcessor()
Method Detail

processChildren

public void processChildren(AbstractProxyCreator.SourcePrinter out,
                            C context)
                     throws CruxGeneratorException
Overrides:
processChildren in class WidgetChildProcessor<C extends org.cruxframework.crux.gwt.rebind.DockLayoutPanelContext>
Throws:
CruxGeneratorException

processAnimatedChild

protected void processAnimatedChild(C context,
                                    String childWidget,
                                    com.google.gwt.user.client.ui.DockLayoutPanel.Direction direction,
                                    double size)
Parameters:
context -
childWidget -
direction -
size -

processChild

protected String processChild(C context,
                              String childWidget,
                              com.google.gwt.user.client.ui.DockLayoutPanel.Direction direction,
                              double size)
Parameters:
context -
childWidget -
direction -
size -


Copyright © 2014. All rights reserved.