| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITableEditorResultFilter
Interface for external extensions to provide filters to restrict the results returned when querying a table. Extending the related extension-point and implementing this interface allows users to select the columns and/or where condition to restrict the results returned for editing.
| Method Summary | |
|---|---|
|  java.sql.ResultSet | getResultSet()Gets the Result Set for the construction of the table editor. | 
|  java.lang.String | getSQLQueryString()Gets the SQL string to be used to query the database when the table editor is constructed This method can return null if isReturningResultSet() is true | 
|  boolean | isReturningResultSet()Gets whether or not the external filter implementation will return a Result Set. | 
|  boolean | isUseExternalFilterDialog()Gets whether or not an external filter dialog or wizard should be launched to get result filters | 
|  boolean | open()Opens the external dialog. | 
|  void | setTable(Table aTable)Sets the Table to be edited | 
| Method Detail | 
|---|
boolean isUseExternalFilterDialog()
boolean open()
boolean isReturningResultSet()
java.lang.String getSQLQueryString()
java.sql.ResultSet getResultSet()
void setTable(Table aTable)
aTable - the table that is being edited| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||