Uses of Class
com.vaadin.shared.ui.window.WindowRole

Packages that use WindowRole
com.vaadin.shared.ui.window   
 

Uses of WindowRole in com.vaadin.shared.ui.window
 

Fields in com.vaadin.shared.ui.window declared as WindowRole
 WindowRole WindowState.role
           
 

Methods in com.vaadin.shared.ui.window that return WindowRole
static WindowRole WindowRole.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WindowRole[] WindowRole.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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