org.cruxframework.crux.gwt.rebind
Class SplitLayoutPanelFactory.SplitLayoutPanelWidgetProcessor
java.lang.Object
org.cruxframework.crux.core.rebind.screen.widget.creator.children.WidgetChildProcessor<C>
org.cruxframework.crux.gwt.rebind.AbstractDockLayoutPanelFactory.AbstractDockPanelWidgetProcessor<org.cruxframework.crux.gwt.rebind.SplitLayoutPanelContext>
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SplitLayoutPanelFactory.SplitLayoutPanelWidgetProcessor
public SplitLayoutPanelFactory.SplitLayoutPanelWidgetProcessor()
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.