Uses of Interface
com.tekann.codegen.pda.IForm

Packages that use IForm
com.tekann.codegen.pda   
com.tekann.ui   
 

Uses of IForm in com.tekann.codegen.pda
 

Subinterfaces of IForm in com.tekann.codegen.pda
 interface IEditForm
          Interface represents a "detail" container.
 interface IFilterForm
          Interface represents a filter for grid.
 interface ILoginForm
          Interface represents a form mapped with DTO object.
 interface IStepForm
          Interface represents a step-by-step form.
 interface ITableForm
          Interface represents a form based on a table.
 interface IViewForm
          Interface represents a form based on a table.
 

Classes in com.tekann.codegen.pda that implement IForm
 class FilterForm
          This class is used to make possible the use of a filter in the TKN Mobile Studio.
 

Methods in com.tekann.codegen.pda that return IForm
 IForm IMain.getLastForm()
          Último formulário para onde foi feito um swap.
 IForm IEditForm.getSaveForm()
          Gets the swaping grid during the save.
 

Uses of IForm in com.tekann.ui
 

Methods in com.tekann.ui that return IForm
 IForm FormFactory.getForm(java.lang.String className)
          Gets IForm instance.
 IForm FormFactory.newForm(java.lang.String className)
          Create new IForm instance.