org.molgenis.omx.auth.ui
Class UserLoginModel

java.lang.Object
  extended by org.molgenis.framework.ui.EasyPluginModel
      extended by org.molgenis.omx.auth.ui.SimpleUserLoginModel
          extended by org.molgenis.omx.auth.ui.UserLoginModel
All Implemented Interfaces:
Serializable, ScreenModel

public class UserLoginModel
extends SimpleUserLoginModel

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.molgenis.framework.ui.ScreenModel
ScreenModel.Show
 
Field Summary
 
Fields inherited from interface org.molgenis.framework.ui.ScreenModel
INPUT_ACTION, INPUT_TARGET
 
Constructor Summary
UserLoginModel(UserLogin controller)
           
 
Method Summary
 Container getRegistrationForm()
           
 void setRegistrationForm(Container registrationForm)
           
 
Methods inherited from class org.molgenis.omx.auth.ui.SimpleUserLoginModel
getAction, getAuthenticationForm, getForgotForm, getLabel, getMailCurator, getUserAreaForm, isVisible, setAction, setAuthenticationForm, setForgotForm, setMailCurator, setUserAreaForm
 
Methods inherited from class org.molgenis.framework.ui.EasyPluginModel
getController, getMessages, getName, getSelected, render, reset, setController, setError, setLabel, setMessages, setMessages, setSuccess, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserLoginModel

public UserLoginModel(UserLogin controller)
Method Detail

getRegistrationForm

public Container getRegistrationForm()

setRegistrationForm

public void setRegistrationForm(Container registrationForm)


Copyright © 2013. All Rights Reserved.