Package com.vaadin.terminal.gwt.widgetsetutils

Class Summary
AbstractConnectorClassBasedFactoryGenerator GWT generator that creates a lookup method for ConnectorClassBasedFactory instances.
AcceptCriteriaFactoryGenerator GWT generator to build VAcceptCriterionFactory implementation dynamically based on AcceptCriterion annotations available in classpath.
ClassPathExplorer Utility class to collect widgetset related information from classpath.
ConnectorStateFactoryGenerator GWT generator that creates a SharedState class for a given Connector class, based on the return type of getState()
ConnectorWidgetFactoryGenerator GWT generator that creates a Widget class for a given Connector class, based on the return type of getWidget()
CustomWidgetMapGenerator An abstract helper class that can be used to easily build a widgetset with customized load styles for each components.
EagerWidgetMapGenerator WidgetMap generator that builds a widgetset that packs all included widgets into a single JavaScript file loaded at application initialization.
GeneratedRpcMethodProviderGenerator GWT generator that creates an implementation for RpcManager on the client side classes for executing RPC calls received from the the server.
LazyWidgetMapGenerator WidgetMap generator that builds a widgetset that optimizes the transferred data.
RpcProxyCreatorGenerator  
RpcProxyGenerator GWT generator that creates client side proxy classes for making RPC calls from the client to the server.
SerializerGenerator GWT generator for creating serializer classes for custom classes sent from server to client.
SerializerMapGenerator GWT generator that creates a SerializerMap implementation (mapper from type string to serializer instance) and serializer classes for all subclasses of SharedState.
WidgetMapGenerator WidgetMapGenerator's are GWT generator to build WidgetMapImpl dynamically based on Connect annotations available in workspace.
WidgetSetBuilder Helper class to update widgetsets GWT module configuration file.
 



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