Uses of Class
com.vaadin.ui.LoginForm.LoginMode

Packages that use LoginForm.LoginMode
com.vaadin.ui   
 

Uses of LoginForm.LoginMode in com.vaadin.ui
 

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

Methods in com.vaadin.ui with parameters of type LoginForm.LoginMode
 void LoginForm.setLoginMode(LoginForm.LoginMode loginMode)
          Set the LoginForm.LoginMode for this login form.
 



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