butler.ext.authentication
Class DLoginForm

java.lang.Object
  extended by butler.client.form.DForm
      extended by butler.ext.authentication.DLoginForm

public class DLoginForm
extends DForm

Author:
Fredrik Bertilsson

Nested Class Summary
static interface DLoginForm.Callback
           
 
Nested classes/interfaces inherited from class butler.client.form.DForm
DForm.Parser
 
Constructor Summary
DLoginForm()
           
DLoginForm(DForm nextForm)
           
 
Method Summary
 DLoginForm copy(DForm nextForm)
           
 Authenticator getAuthenticator()
           
 DLoginForm.Callback getCallback()
           
 Column getEmailColumn()
           
 java.lang.String getFromEmail()
           
 java.lang.String getNewUserFormId()
           
 DForm getNextForm()
           
 Column getPasswordColumn()
           
 java.lang.String getSmtpHost()
           
 java.lang.String getTitle()
           
 Table getUserTable()
           
 boolean isLogout()
           
 void setAuthenticator(Authenticator authenticator)
           
 void setCallback(DLoginForm.Callback callback)
           
 void setEmailColumn(Column emailColumn)
           
 void setLogout(boolean logout)
           
 void setNewUserFormId(java.lang.String newUserFormId)
           
 void setNextForm(DForm nextForm)
           
 void setPasswordColumn(Column passwordColumn)
           
 void setUserTable(Table userTable)
           
 
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
 

Constructor Detail

DLoginForm

public DLoginForm(DForm nextForm)
           throws java.lang.Exception
Throws:
java.lang.Exception

DLoginForm

public DLoginForm()
Method Detail

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