com.tekann.codegen.pda
Interface ILoginForm

All Superinterfaces:
IEditForm, IForm, Internacionalizable, ITableForm

public interface ILoginForm
extends IEditForm

Interface represents a form mapped with DTO object.

Author:
guilherme

Method Summary
 boolean login()
          Login method.
 
Methods inherited from interface com.tekann.codegen.pda.IEditForm
changeStateFields, generatePK, getDTO, getGridForm, initFields, isUpdate, loadDTO, setDTO, setUpdate
 
Methods inherited from interface com.tekann.codegen.pda.ITableForm
displayFK, showDatabaseMessage
 
Methods inherited from interface com.tekann.codegen.pda.IForm
getFont, getMenuBar, getTitle, loadForm, loadMenuBar, onSwap, setTitle, showMessage
 
Methods inherited from interface com.tekann.i18n.Internacionalizable
getID, getResourceDir, getResourcePrefix
 

Method Detail

login

boolean login()
Login method.

Returns:
Successful login.