com.vaadin.addon.touchkit.gwt
Class TouchKitBundleLoaderFactory

java.lang.Object
  extended by com.google.gwt.core.ext.Generator
      extended by com.vaadin.server.widgetsetutils.ConnectorBundleLoaderFactory
          extended by com.vaadin.addon.touchkit.gwt.TouchKitBundleLoaderFactory

public class TouchKitBundleLoaderFactory
extends com.vaadin.server.widgetsetutils.ConnectorBundleLoaderFactory

TouchKitWidgetMapGenerator enables lazy loading of some heavy widget classes that are rarely used in mobile devices. This way saves bandwidth and improves the loading time. Components for which the widgets are lazily loaded:


Constructor Summary
TouchKitBundleLoaderFactory()
           
 
Method Summary
protected  com.vaadin.shared.ui.Connect.LoadStyle getLoadStyle(com.google.gwt.core.ext.typeinfo.JClassType connectorType)
           
 
Methods inherited from class com.vaadin.server.widgetsetutils.ConnectorBundleLoaderFactory
generate, getBoxedTypeName, getClassLiteralString, getConnectorsForWidgetset, writeClassLiteral, writeTypeCreator
 
Methods inherited from class com.google.gwt.core.ext.Generator
contentDependsOnProperties, contentDependsOnTypes, escape, escapeClassName, getAccessedPropertyNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TouchKitBundleLoaderFactory

public TouchKitBundleLoaderFactory()
Method Detail

getLoadStyle

protected com.vaadin.shared.ui.Connect.LoadStyle getLoadStyle(com.google.gwt.core.ext.typeinfo.JClassType connectorType)
Overrides:
getLoadStyle in class com.vaadin.server.widgetsetutils.ConnectorBundleLoaderFactory


Copyright © 2014 Vaadin Ltd. All rights reserved.