com.tekann.codegen.pda
Interface IViewForm

All Superinterfaces:
IForm, Internacionalizable, ITableForm

public interface IViewForm
extends ITableForm

Interface represents a form based on a table.

Author:
Evandro Rathke

Method Summary
 IEditForm getNavToEditForm(boolean update, java.lang.Object evt)
          Gets the container that does the update
 void loadDefaultFilter()
          Loads the grid default filter
 void loadDefaultOrderBy()
          Loads the grid default order by.
 
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

getNavToEditForm

IEditForm getNavToEditForm(boolean update,
                           java.lang.Object evt)
Gets the container that does the update

Parameters:
update -
Returns:
An IEditForm

loadDefaultFilter

void loadDefaultFilter()
Loads the grid default filter


loadDefaultOrderBy

void loadDefaultOrderBy()
Loads the grid default order by.