org.cruxframework.crux.gwt.rebind
Class AbstractLayoutPanelFactory<C extends org.cruxframework.crux.gwt.rebind.AbstractLayoutPanelContext>

java.lang.Object
  extended by org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator<C>
      extended by org.cruxframework.crux.gwt.rebind.PanelFactory<C>
          extended by org.cruxframework.crux.gwt.rebind.ComplexPanelFactory<C>
              extended by org.cruxframework.crux.gwt.rebind.AbstractLayoutPanelFactory<C>
All Implemented Interfaces:
RequiresResizeFactory, WidgetContainer
Direct Known Subclasses:
AbstractDockLayoutPanelFactory, LayoutPanelFactory

public abstract class AbstractLayoutPanelFactory<C extends org.cruxframework.crux.gwt.rebind.AbstractLayoutPanelContext>
extends ComplexPanelFactory<C>
implements RequiresResizeFactory

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
static class AbstractLayoutPanelFactory.AnimationDurationAttributeParser
           
 
Nested classes/interfaces inherited from class org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator
WidgetCreator.StyleNameProcessor, WidgetCreator.StyleProcessor, WidgetCreator.ViewPermissionAttributeProcessor
 
Constructor Summary
AbstractLayoutPanelFactory()
           
 
Method Summary
static com.google.gwt.dom.client.Style.Unit getUnit(String sizeUnit)
           
 void postProcess(AbstractProxyCreator.SourcePrinter out, C context)
          Process element children
protected  void runChildProcessingAnimations(ArrayList<String> childProcessingAnimations)
           
 
Methods inherited from class org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator
commitPostProcessing, createChildWidget, createChildWidget, createChildWidget, createContext, createPostProcessingScope, createVariableName, createWidget, ensureChildren, ensureFirstChild, ensureHtmlChild, ensureTextChild, ensureWidget, getChildName, getChildWidgetClass, getChildWidgetClassName, getContext, getControllerAccessorHandler, getDeclaredMessage, getDeclaredMessages, getDevice, getLogger, getLoggerVariable, getResourceAccessExpression, getSubTypeWriter, getSubTypeWriter, getSubTypeWriter, getView, getViewVariable, getWidgetClass, getWidgetClass, getWidgetClassName, getWidgetFactoryDeclaration, hasChildPartialSupport, hasHeight, hasPartialSupport, hasWidth, instantiateContext, instantiateWidget, isCurrentDeviceSupported, isHtmlChild, isResourceReference, isTextChild, isWidget, printlnPostProcessing, processAttributes, processChildren, processEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLayoutPanelFactory

public AbstractLayoutPanelFactory()
Method Detail

postProcess

public void postProcess(AbstractProxyCreator.SourcePrinter out,
                        C context)
                 throws CruxGeneratorException
Description copied from class: WidgetCreator
Process element children

Overrides:
postProcess in class WidgetCreator<C extends org.cruxframework.crux.gwt.rebind.AbstractLayoutPanelContext>
Throws:
CruxGeneratorException

runChildProcessingAnimations

protected void runChildProcessingAnimations(ArrayList<String> childProcessingAnimations)
Parameters:
childProcessingAnimations -

getUnit

public static com.google.gwt.dom.client.Style.Unit getUnit(String sizeUnit)
Parameters:
sizeUnit -
Returns:


Copyright © 2014. All rights reserved.