butler.ext.authentication
Class DLoginForm
java.lang.Object
butler.client.form.DForm
butler.ext.authentication.DLoginForm
public class DLoginForm
- extends DForm
- Author:
- Fredrik Bertilsson
Methods inherited from class butler.client.form.DForm |
addAction, addMenu, createMenuItem, getAction, getActions, getCaption, getChildFormId, getChildren, getHelp, getId, getMenuList, getNativeInfo, getParent, getSiblingFormId, getStatusBar, parseForm, parseForm, registerParser, setCaption, setCaption, setHelp, setHelp, setId, setNativeInfo, setParent, setStatusBar, setTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLoginForm
public DLoginForm(DForm nextForm)
throws java.lang.Exception
- Throws:
java.lang.Exception
DLoginForm
public DLoginForm()
copy
public DLoginForm copy(DForm nextForm)
throws java.lang.Exception
- Throws:
java.lang.Exception
getTitle
public java.lang.String getTitle()
throws java.lang.Exception
- Overrides:
getTitle
in class DForm
- Throws:
java.lang.Exception
getUserTable
public Table getUserTable()
setUserTable
public void setUserTable(Table userTable)
getNewUserFormId
public java.lang.String getNewUserFormId()
setNewUserFormId
public void setNewUserFormId(java.lang.String newUserFormId)
getAuthenticator
public Authenticator getAuthenticator()
setAuthenticator
public void setAuthenticator(Authenticator authenticator)
getPasswordColumn
public Column getPasswordColumn()
setPasswordColumn
public void setPasswordColumn(Column passwordColumn)
getEmailColumn
public Column getEmailColumn()
setEmailColumn
public void setEmailColumn(Column emailColumn)
getNextForm
public DForm getNextForm()
setNextForm
public void setNextForm(DForm nextForm)
isLogout
public boolean isLogout()
setLogout
public void setLogout(boolean logout)
throws java.lang.Exception
- Throws:
java.lang.Exception
getCallback
public DLoginForm.Callback getCallback()
setCallback
public void setCallback(DLoginForm.Callback callback)
getFromEmail
public java.lang.String getFromEmail()
throws java.lang.Exception
- Throws:
java.lang.Exception
getSmtpHost
public java.lang.String getSmtpHost()
throws java.lang.Exception
- Throws:
java.lang.Exception