de.mguennewig.pobjsearch
Interface PClassSearchForm

All Superinterfaces:
PObjForm
All Known Subinterfaces:
SearchForm
All Known Implementing Classes:
HtmlSearchForm, PClassHtmlSearchForm, PClassSwingSearchForm, SwingSearchForm

public interface PClassSearchForm
extends PObjForm

PObject glue class for SearchForm.

This class is generated automatically. Look in data-definition- file for more details.


Nested Class Summary
static interface PClassSearchForm.Column
           
static interface PClassSearchForm.Condition
           
static interface PClassSearchForm.Restrict
           
static interface PClassSearchForm.Sort
           
 
Field Summary
static java.lang.String ADD_FILTER
           
static java.lang.String COLUMN
           
static java.lang.String CONDITION
           
static java.lang.String DIRECTION
           
static java.lang.String DIRECTION_ASCENDING
           
static java.lang.String DIRECTION_DESCENDING
           
static ButtonEntry entryAddFilter
          Contains the definition for addFilter.
static RecordEntry entryColumn
          Contains the definition for column.
static RecordEntry entryCondition
          Contains the definition for condition.
static InputEntry entryDirection
          Contains the definition for direction.
static InputEntry entryFilter
          Contains the definition for filter.
static InputEntry entryFilterMode
          Contains the definition for filterMode.
static InputEntry entryFilterName
          Contains the definition for filterName.
static InputEntry entryFilterPattern
          Contains the definition for filterPattern.
static ButtonEntry entryGo
          Contains the definition for go.
static InputEntry entryJumpToPage
          Contains the definition for jumpToPage.
static InputEntry entryMode
          Contains the definition for mode.
static InputEntry entryNr
          Contains the definition for nr.
static InputEntry entryPage
          Contains the definition for page.
static InputEntry entryPattern
          Contains the definition for pattern.
static ButtonEntry entryResetFilters
          Contains the definition for resetFilters.
static ArrayEntry entryRestrict
          Contains the definition for restrict.
static InputEntry entryRows
          Contains the definition for rows.
static ButtonEntry entrySetFilter
          Contains the definition for setFilter.
static ArrayEntry entrySort
          Contains the definition for sort.
static StringType etypeDirection
          Contains the type definition for direction.
static StringType etypeFilter
          Contains the type definition for filter.
static StringType etypeFilterMode
          Contains the type definition for filterMode.
static StringType etypeFilterName
          Contains the type definition for filterName.
static StringType etypeFilterPattern
          Contains the type definition for filterPattern.
static Int32Type etypeJumpToPage
          Contains the type definition for jumpToPage.
static StringType etypeMode
          Contains the type definition for mode.
static Int32Type etypeNr
          Contains the type definition for nr.
static Int32Type etypePage
          Contains the type definition for page.
static StringType etypePattern
          Contains the type definition for pattern.
static Int32Type etypeRows
          Contains the type definition for rows.
static java.lang.String FILTER
           
static java.lang.String FILTER_MODE
           
static java.lang.String FILTER_MODE_CONTAINS
           
static java.lang.String FILTER_MODE_ENDS_WITH
           
static java.lang.String FILTER_MODE_EQUALS
           
static java.lang.String FILTER_MODE_LIST_ALL
           
static java.lang.String FILTER_MODE_STARTS_WITH
           
static java.lang.String FILTER_NAME
           
static java.lang.String FILTER_PATTERN
           
static FormDecl formSearchForm
          Contains the metadata used to create this class.
static java.lang.String GO
           
static java.lang.String JUMP_TO_PAGE
           
static java.lang.String MODE
           
static java.lang.String MODE_CONTAINS
           
static java.lang.String MODE_ENDS_WITH
           
static java.lang.String MODE_EQUALS
           
static java.lang.String MODE_LIST_ALL
           
static java.lang.String MODE_STARTS_WITH
           
static java.lang.String NR
           
static java.lang.String PAGE
           
static java.lang.String PATTERN
           
static java.lang.String RESET_FILTERS
           
static java.lang.String RESTRICT
           
static java.lang.String ROWS
           
static java.lang.Integer ROWS_10
           
static java.lang.Integer ROWS_25
           
static java.lang.Integer ROWS_50
           
static java.lang.Integer ROWS_ALL
           
static java.lang.String SET_FILTER
           
static java.lang.String SORT
           
 
Method Summary
 boolean changedFilter()
          Tests whether the value of filter has changed.
 boolean changedJumpToPage()
          Tests whether the value of jumpToPage has changed.
 boolean changedMode()
          Tests whether the value of mode has changed.
 boolean changedPage()
          Tests whether the value of page has changed.
 boolean changedPattern()
          Tests whether the value of pattern has changed.
 boolean changedRestrict()
          Tests whether the value of restrict has changed.
 boolean changedRows()
          Tests whether the value of rows has changed.
 boolean changedSort()
          Tests whether the value of sort has changed.
 java.lang.String getFilter()
          Returns the value of filter.
 java.lang.String getFilterForVisual()
          Returns the preferred string representation of filter.
 java.lang.Integer getJumpToPage()
          Returns the value of jumpToPage.
 java.lang.String getJumpToPageForVisual()
          Returns the preferred string representation of jumpToPage.
 java.lang.String getMode()
          Returns the value of mode.
 java.lang.String getModeForVisual()
          Returns the preferred string representation of mode.
 java.lang.Integer getPage()
          Returns the value of page.
 java.lang.String getPageForVisual()
          Returns the preferred string representation of page.
 java.lang.String getPattern()
          Returns the value of pattern.
 java.lang.String getPatternForVisual()
          Returns the preferred string representation of pattern.
 PClassSearchForm.Restrict getRestrict()
          Returns the form element restrict.
 java.lang.Integer getRows()
          Returns the value of rows.
 java.lang.String getRowsForVisual()
          Returns the preferred string representation of rows.
 PClassSearchForm.Sort getSort()
          Returns the form element sort.
 boolean isAddFilterPressed()
          Tests whether the button addFilter has been pressed.
 boolean isGoPressed()
          Tests whether the button go has been pressed.
 boolean isResetFiltersPressed()
          Tests whether the button resetFilters has been pressed.
 boolean isSetFilterPressed()
          Tests whether the button setFilter has been pressed.
 void setFilter(java.lang.String v)
          Sets the value for filter.
 void setJumpToPage(java.lang.Integer v)
          Sets the value for jumpToPage.
 void setMode(java.lang.String v)
          Sets the value for mode.
 void setPage(java.lang.Integer v)
          Sets the value for page.
 void setPattern(java.lang.String v)
          Sets the value for pattern.
 void setRows(java.lang.Integer v)
          Sets the value for rows.
 
Methods inherited from interface de.mguennewig.pobjform.PObjForm
addErrorMessage, addInvalidValueMessage, addMandatoryMessage, addMessage, addSuccessMessage, clearMessage, clearMessages, createFormElement, getContainer, getElement, getElements, getFormDecl, getMessageCount, getMessageCount, getMessageProperties, getMessages, getMessages, hasChanged, hasChanged, hasChanged, hasMessages, populateForm, populateForm, populateObject, populateObject, setContainer, setCurrentAsInitialState, validate
 

Field Detail

MODE_LIST_ALL

static final java.lang.String MODE_LIST_ALL
See Also:
Constant Field Values

MODE_CONTAINS

static final java.lang.String MODE_CONTAINS
See Also:
Constant Field Values

MODE_STARTS_WITH

static final java.lang.String MODE_STARTS_WITH
See Also:
Constant Field Values

MODE_ENDS_WITH

static final java.lang.String MODE_ENDS_WITH
See Also:
Constant Field Values

MODE_EQUALS

static final java.lang.String MODE_EQUALS
See Also:
Constant Field Values

ROWS_10

static final java.lang.Integer ROWS_10

ROWS_25

static final java.lang.Integer ROWS_25

ROWS_50

static final java.lang.Integer ROWS_50

ROWS_ALL

static final java.lang.Integer ROWS_ALL

FILTER_MODE_LIST_ALL

static final java.lang.String FILTER_MODE_LIST_ALL
See Also:
Constant Field Values

FILTER_MODE_CONTAINS

static final java.lang.String FILTER_MODE_CONTAINS
See Also:
Constant Field Values

FILTER_MODE_STARTS_WITH

static final java.lang.String FILTER_MODE_STARTS_WITH
See Also:
Constant Field Values

FILTER_MODE_ENDS_WITH

static final java.lang.String FILTER_MODE_ENDS_WITH
See Also:
Constant Field Values

FILTER_MODE_EQUALS

static final java.lang.String FILTER_MODE_EQUALS
See Also:
Constant Field Values

DIRECTION_ASCENDING

static final java.lang.String DIRECTION_ASCENDING
See Also:
Constant Field Values

DIRECTION_DESCENDING

static final java.lang.String DIRECTION_DESCENDING
See Also:
Constant Field Values

FILTER

static final java.lang.String FILTER
See Also:
Constant Field Values

etypeFilter

static final StringType etypeFilter
Contains the type definition for filter.


entryFilter

static final InputEntry entryFilter
Contains the definition for filter.

See Also:
etypeFilter

MODE

static final java.lang.String MODE
See Also:
Constant Field Values

etypeMode

static final StringType etypeMode
Contains the type definition for mode.


entryMode

static final InputEntry entryMode
Contains the definition for mode.

See Also:
etypeMode

PATTERN

static final java.lang.String PATTERN
See Also:
Constant Field Values

etypePattern

static final StringType etypePattern
Contains the type definition for pattern.


entryPattern

static final InputEntry entryPattern
Contains the definition for pattern.

See Also:
etypePattern

SET_FILTER

static final java.lang.String SET_FILTER
See Also:
Constant Field Values

entrySetFilter

static final ButtonEntry entrySetFilter
Contains the definition for setFilter.


ADD_FILTER

static final java.lang.String ADD_FILTER
See Also:
Constant Field Values

entryAddFilter

static final ButtonEntry entryAddFilter
Contains the definition for addFilter.


RESET_FILTERS

static final java.lang.String RESET_FILTERS
See Also:
Constant Field Values

entryResetFilters

static final ButtonEntry entryResetFilters
Contains the definition for resetFilters.


PAGE

static final java.lang.String PAGE
See Also:
Constant Field Values

etypePage

static final Int32Type etypePage
Contains the type definition for page.


entryPage

static final InputEntry entryPage
Contains the definition for page.

See Also:
etypePage

ROWS

static final java.lang.String ROWS
See Also:
Constant Field Values

etypeRows

static final Int32Type etypeRows
Contains the type definition for rows.


entryRows

static final InputEntry entryRows
Contains the definition for rows.

See Also:
etypeRows

JUMP_TO_PAGE

static final java.lang.String JUMP_TO_PAGE
See Also:
Constant Field Values

etypeJumpToPage

static final Int32Type etypeJumpToPage
Contains the type definition for jumpToPage.


entryJumpToPage

static final InputEntry entryJumpToPage
Contains the definition for jumpToPage.

See Also:
etypeJumpToPage

GO

static final java.lang.String GO
See Also:
Constant Field Values

entryGo

static final ButtonEntry entryGo
Contains the definition for go.


FILTER_NAME

static final java.lang.String FILTER_NAME
See Also:
Constant Field Values

etypeFilterName

static final StringType etypeFilterName
Contains the type definition for filterName.


entryFilterName

static final InputEntry entryFilterName
Contains the definition for filterName.

See Also:
etypeFilterName

FILTER_MODE

static final java.lang.String FILTER_MODE
See Also:
Constant Field Values

etypeFilterMode

static final StringType etypeFilterMode
Contains the type definition for filterMode.


entryFilterMode

static final InputEntry entryFilterMode
Contains the definition for filterMode.

See Also:
etypeFilterMode

FILTER_PATTERN

static final java.lang.String FILTER_PATTERN
See Also:
Constant Field Values

etypeFilterPattern

static final StringType etypeFilterPattern
Contains the type definition for filterPattern.


entryFilterPattern

static final InputEntry entryFilterPattern
Contains the definition for filterPattern.

See Also:
etypeFilterPattern

CONDITION

static final java.lang.String CONDITION
See Also:
Constant Field Values

entryCondition

static final RecordEntry entryCondition
Contains the definition for condition.


RESTRICT

static final java.lang.String RESTRICT
See Also:
Constant Field Values

entryRestrict

static final ArrayEntry entryRestrict
Contains the definition for restrict.


NR

static final java.lang.String NR
See Also:
Constant Field Values

etypeNr

static final Int32Type etypeNr
Contains the type definition for nr.


entryNr

static final InputEntry entryNr
Contains the definition for nr.

See Also:
etypeNr

DIRECTION

static final java.lang.String DIRECTION
See Also:
Constant Field Values

etypeDirection

static final StringType etypeDirection
Contains the type definition for direction.


entryDirection

static final InputEntry entryDirection
Contains the definition for direction.

See Also:
etypeDirection

COLUMN

static final java.lang.String COLUMN
See Also:
Constant Field Values

entryColumn

static final RecordEntry entryColumn
Contains the definition for column.


SORT

static final java.lang.String SORT
See Also:
Constant Field Values

entrySort

static final ArrayEntry entrySort
Contains the definition for sort.


formSearchForm

static final FormDecl formSearchForm
Contains the metadata used to create this class.

Method Detail

getFilter

java.lang.String getFilter()
Returns the value of filter.


getFilterForVisual

java.lang.String getFilterForVisual()
Returns the preferred string representation of filter.

See Also:
getFilter()

setFilter

void setFilter(java.lang.String v)
Sets the value for filter.


changedFilter

boolean changedFilter()
Tests whether the value of filter has changed.


getMode

java.lang.String getMode()
Returns the value of mode.


getModeForVisual

java.lang.String getModeForVisual()
Returns the preferred string representation of mode.

See Also:
getMode()

setMode

void setMode(java.lang.String v)
Sets the value for mode.


changedMode

boolean changedMode()
Tests whether the value of mode has changed.


getPattern

java.lang.String getPattern()
Returns the value of pattern.


getPatternForVisual

java.lang.String getPatternForVisual()
Returns the preferred string representation of pattern.

See Also:
getPattern()

setPattern

void setPattern(java.lang.String v)
Sets the value for pattern.


changedPattern

boolean changedPattern()
Tests whether the value of pattern has changed.


isSetFilterPressed

boolean isSetFilterPressed()
Tests whether the button setFilter has been pressed.


isAddFilterPressed

boolean isAddFilterPressed()
Tests whether the button addFilter has been pressed.


isResetFiltersPressed

boolean isResetFiltersPressed()
Tests whether the button resetFilters has been pressed.


getPage

java.lang.Integer getPage()
Returns the value of page.


getPageForVisual

java.lang.String getPageForVisual()
Returns the preferred string representation of page.

See Also:
getPage()

setPage

void setPage(java.lang.Integer v)
Sets the value for page.


changedPage

boolean changedPage()
Tests whether the value of page has changed.


getRows

java.lang.Integer getRows()
Returns the value of rows.


getRowsForVisual

java.lang.String getRowsForVisual()
Returns the preferred string representation of rows.

See Also:
getRows()

setRows

void setRows(java.lang.Integer v)
Sets the value for rows.


changedRows

boolean changedRows()
Tests whether the value of rows has changed.


getJumpToPage

java.lang.Integer getJumpToPage()
Returns the value of jumpToPage.


getJumpToPageForVisual

java.lang.String getJumpToPageForVisual()
Returns the preferred string representation of jumpToPage.

See Also:
getJumpToPage()

setJumpToPage

void setJumpToPage(java.lang.Integer v)
Sets the value for jumpToPage.


changedJumpToPage

boolean changedJumpToPage()
Tests whether the value of jumpToPage has changed.


isGoPressed

boolean isGoPressed()
Tests whether the button go has been pressed.


getRestrict

PClassSearchForm.Restrict getRestrict()
Returns the form element restrict.


changedRestrict

boolean changedRestrict()
Tests whether the value of restrict has changed.


getSort

PClassSearchForm.Sort getSort()
Returns the form element sort.


changedSort

boolean changedSort()
Tests whether the value of sort has changed.