Uses of Class
com.vaadin.ui.ClientWidget.LoadStyle

Packages that use ClientWidget.LoadStyle
com.vaadin.terminal.gwt.widgetsetutils   
com.vaadin.ui   
 

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

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

Uses of ClientWidget.LoadStyle in com.vaadin.ui
 

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



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