org.cruxframework.crux.gwt.rebind
Class SplitLayoutPanelFactory.SplitLayoutPanelWidgetProcessor

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<org.cruxframework.crux.gwt.rebind.SplitLayoutPanelContext>
          extended by org.cruxframework.crux.gwt.rebind.SplitLayoutPanelFactory.SplitLayoutPanelWidgetProcessor
Enclosing class:
SplitLayoutPanelFactory

public static class SplitLayoutPanelFactory.SplitLayoutPanelWidgetProcessor
extends AbstractDockLayoutPanelFactory.AbstractDockPanelWidgetProcessor<org.cruxframework.crux.gwt.rebind.SplitLayoutPanelContext>

Author:
Thiago da Rosa de Bustamante

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
SplitLayoutPanelFactory.SplitLayoutPanelWidgetProcessor()
           
 
Method Summary
protected  void processAnimatedChild(org.cruxframework.crux.gwt.rebind.SplitLayoutPanelContext context, String childWidget, com.google.gwt.user.client.ui.DockLayoutPanel.Direction direction, double size)
           
protected  String processChild(org.cruxframework.crux.gwt.rebind.SplitLayoutPanelContext context, String childWidget, com.google.gwt.user.client.ui.DockLayoutPanel.Direction direction, double size)
           
protected  String processChild(org.cruxframework.crux.gwt.rebind.SplitLayoutPanelContext context, String childWidget, com.google.gwt.user.client.ui.DockLayoutPanel.Direction direction, double size, String minSize)
           
 
Methods inherited from class org.cruxframework.crux.gwt.rebind.AbstractDockLayoutPanelFactory.AbstractDockPanelWidgetProcessor
processChildren
 
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

SplitLayoutPanelFactory.SplitLayoutPanelWidgetProcessor

public SplitLayoutPanelFactory.SplitLayoutPanelWidgetProcessor()
Method Detail

processAnimatedChild

protected void processAnimatedChild(org.cruxframework.crux.gwt.rebind.SplitLayoutPanelContext context,
                                    String childWidget,
                                    com.google.gwt.user.client.ui.DockLayoutPanel.Direction direction,
                                    double size)
Overrides:
processAnimatedChild in class AbstractDockLayoutPanelFactory.AbstractDockPanelWidgetProcessor<org.cruxframework.crux.gwt.rebind.SplitLayoutPanelContext>
See Also:
AbstractDockLayoutPanelFactory.AbstractDockPanelWidgetProcessor.processAnimatedChild(org.cruxframework.crux.gwt.rebind.DockLayoutPanelContext, java.lang.String, com.google.gwt.user.client.ui.DockLayoutPanel.Direction, double)

processChild

protected String processChild(org.cruxframework.crux.gwt.rebind.SplitLayoutPanelContext context,
                              String childWidget,
                              com.google.gwt.user.client.ui.DockLayoutPanel.Direction direction,
                              double size)
Overrides:
processChild in class AbstractDockLayoutPanelFactory.AbstractDockPanelWidgetProcessor<org.cruxframework.crux.gwt.rebind.SplitLayoutPanelContext>
See Also:
org.cruxframework.crux.gwt.rebind.AbstractDockLayoutPanelFactory.AbstractDockPanelWidgetProcessor#processChild(org.cruxframework.crux.gwt.rebind.DockLayoutPanelContext, com.google.gwt.user.client.ui.Widget, com.google.gwt.user.client.ui.DockLayoutPanel.Direction, double)

processChild

protected String processChild(org.cruxframework.crux.gwt.rebind.SplitLayoutPanelContext context,
                              String childWidget,
                              com.google.gwt.user.client.ui.DockLayoutPanel.Direction direction,
                              double size,
                              String minSize)
Parameters:
context -
childWidget -
direction -
size -
minSize -


Copyright © 2014. All rights reserved.