Uses of Class
com.vaadin.terminal.gwt.client.ui.Connect.LoadStyle

Packages that use Connect.LoadStyle
com.vaadin.terminal.gwt.client.ui   
com.vaadin.terminal.gwt.widgetsetutils   
 

Uses of Connect.LoadStyle in com.vaadin.terminal.gwt.client.ui
 

Methods in com.vaadin.terminal.gwt.client.ui that return Connect.LoadStyle
static Connect.LoadStyle Connect.LoadStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Connect.LoadStyle[] Connect.LoadStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Connect.LoadStyle in com.vaadin.terminal.gwt.widgetsetutils
 

Methods in com.vaadin.terminal.gwt.widgetsetutils that return Connect.LoadStyle
protected  Connect.LoadStyle EagerWidgetMapGenerator.getLoadStyle(Class<? extends ServerConnector> connector)
           
protected  Connect.LoadStyle LazyWidgetMapGenerator.getLoadStyle(Class<? extends ServerConnector> connector)
           
protected  Connect.LoadStyle CustomWidgetMapGenerator.getLoadStyle(Class<? extends ServerConnector> connector)
           
protected  Connect.LoadStyle WidgetMapGenerator.getLoadStyle(Class<? extends ServerConnector> connector)
          Returns true if the widget for given component will be lazy loaded by the client.
 



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