Uses of Class
com.vaadin.terminal.gwt.client.ValueMap

Packages that use ValueMap
com.vaadin.terminal.gwt.client   
com.vaadin.terminal.gwt.client.ui.dd   
 

Uses of ValueMap in com.vaadin.terminal.gwt.client
 

Methods in com.vaadin.terminal.gwt.client that return ValueMap
 ValueMap UIDL.getMapAttribute(String name)
          Gets the named attribute as a Map of named values (key/value pairs).
 ValueMap ValueMap.getValueMap(String name)
           
 

Methods in com.vaadin.terminal.gwt.client with parameters of type ValueMap
 void ApplicationConfiguration.addComponentInheritanceInfo(ValueMap valueMap)
           
 void ApplicationConfiguration.addComponentMappings(ValueMap valueMap, WidgetSet widgetSet)
           
static void LocaleService.addLocale(ValueMap valueMap)
           
 void NullConsole.dirUIDL(ValueMap u, ApplicationConfiguration cnf)
           
 void VDebugConsole.dirUIDL(ValueMap u, ApplicationConfiguration conf)
           
 void Console.dirUIDL(ValueMap u, ApplicationConfiguration cnf)
           
static void VConsole.dirUIDL(ValueMap u, ApplicationConfiguration cnf)
           
protected  void ApplicationConnection.handleUIDLMessage(Date start, String jsonText, ValueMap json)
           
protected  void ApplicationConnection.handleWhenCSSLoaded(String jsonText, ValueMap json)
           
 void NullConsole.printLayoutProblems(ValueMap meta, ApplicationConnection applicationConnection, Set<ComponentConnector> zeroHeightComponents, Set<ComponentConnector> zeroWidthComponents)
           
 void VDebugConsole.printLayoutProblems(ValueMap meta, ApplicationConnection ac, Set<ComponentConnector> zeroHeightComponents, Set<ComponentConnector> zeroWidthComponents)
           
 void Console.printLayoutProblems(ValueMap meta, ApplicationConnection applicationConnection, Set<ComponentConnector> zeroHeightComponents, Set<ComponentConnector> zeroWidthComponents)
           
static void VConsole.printLayoutProblems(ValueMap meta, ApplicationConnection applicationConnection, Set<ComponentConnector> zeroHeightComponents, Set<ComponentConnector> zeroWidthComponents)
           
 

Method parameters in com.vaadin.terminal.gwt.client with type arguments of type ValueMap
static void LocaleService.addLocales(com.google.gwt.core.client.JsArray<ValueMap> valueMapArray)
           
 

Constructors in com.vaadin.terminal.gwt.client with parameters of type ValueMap
VUIDLBrowser(ValueMap u, ApplicationConfiguration conf)
           
 

Uses of ValueMap in com.vaadin.terminal.gwt.client.ui.dd
 

Methods in com.vaadin.terminal.gwt.client.ui.dd with parameters of type ValueMap
 void VDragAndDropManager.handleServerResponse(ValueMap valueMap)
           
 



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