org.molgenis.omx.auth.ui
Class SimpleUserLoginModel

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

public class SimpleUserLoginModel
extends EasyPluginModel

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
SimpleUserLoginModel(SimpleUserLogin controller)
           
 
Method Summary
 String getAction()
           
 Container getAuthenticationForm()
           
 Container getForgotForm()
           
 String getLabel()
           
 String getMailCurator()
           
 Container getUserAreaForm()
           
 boolean isVisible()
           
 void setAction(String action)
           
 void setAuthenticationForm(Container authenticationForm)
           
 void setForgotForm(Container forgotForm)
           
 void setMailCurator(String mailCurator)
           
 void setUserAreaForm(Container userAreaForm)
           
 
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

SimpleUserLoginModel

public SimpleUserLoginModel(SimpleUserLogin controller)
Method Detail

getMailCurator

public String getMailCurator()

setMailCurator

public void setMailCurator(String mailCurator)

getAction

public String getAction()

setAction

public void setAction(String action)

getAuthenticationForm

public Container getAuthenticationForm()

setAuthenticationForm

public void setAuthenticationForm(Container authenticationForm)

getUserAreaForm

public Container getUserAreaForm()

setUserAreaForm

public void setUserAreaForm(Container userAreaForm)

setForgotForm

public void setForgotForm(Container forgotForm)

getForgotForm

public Container getForgotForm()

getLabel

public String getLabel()
Specified by:
getLabel in interface ScreenModel
Overrides:
getLabel in class EasyPluginModel

isVisible

public boolean isVisible()
Specified by:
isVisible in interface ScreenModel
Overrides:
isVisible in class EasyPluginModel


Copyright © 2013. All Rights Reserved.