com.tekann.codegen.pda
Interface IStepForm

All Superinterfaces:
IEditForm, IForm, Internacionalizable, ITableForm

public interface IStepForm
extends IEditForm

Interface represents a step-by-step form.

Author:
Evandro Rathke

Method Summary
 IStepForm getNextForm()
          Gets the next container.
 IStepForm getPreviousForm()
          Gets the previous container.
 
Methods inherited from interface com.tekann.codegen.pda.IEditForm
changeStateFields, generatePK, getDTO, getSaveForm, 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

getNextForm

IStepForm getNextForm()
Gets the next container.

Returns:
An IStepForm

getPreviousForm

IStepForm getPreviousForm()
Gets the previous container.

Returns:
An IStepForm