Uses of Class
com.vaadin.terminal.gwt.widgetsetutils.WidgetMapGenerator

Packages that use WidgetMapGenerator
com.vaadin.terminal.gwt.widgetsetutils   
 

Uses of WidgetMapGenerator in com.vaadin.terminal.gwt.widgetsetutils
 

Subclasses of WidgetMapGenerator in com.vaadin.terminal.gwt.widgetsetutils
 class CustomWidgetMapGenerator
          An abstract helper class that can be used to easily build a widgetset with customized load styles for each components.
 class EagerWidgetMapGenerator
          WidgetMap generator that builds a widgetset that packs all included widgets into a single JavaScript file loaded at application initialization.
 class LazyWidgetMapGenerator
          WidgetMap generator that builds a widgetset that optimizes the transferred data.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.