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

Packages that use IFilter
com.tekann.codegen.pda   
 

Uses of IFilter in com.tekann.codegen.pda
 

Methods in com.tekann.codegen.pda with parameters of type IFilter
static void FilterForm.filterTableExists(java.lang.String creatorID, java.lang.String filterTable, IFilter tableGrid, java.lang.Object[] fieldColumns, int[] types)
          if the Filter_Table doesn't exists the the filter button is set as disabled.
 void FilterForm.initFilterForm(IFilter tableGrid, java.lang.String gridTableName, java.lang.String tableName, java.lang.String creatorId, java.lang.Object[] fields, java.lang.Object[] gridColumns, int[] dataTyppes)
          Initializes the FilterForm by the passed arguments.
 void FilterForm.setTableGrid(IFilter tableGrid)
          Sets the table grid.