|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PClassSearchForm
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 |
|---|
static final java.lang.String MODE_LIST_ALL
static final java.lang.String MODE_CONTAINS
static final java.lang.String MODE_STARTS_WITH
static final java.lang.String MODE_ENDS_WITH
static final java.lang.String MODE_EQUALS
static final java.lang.Integer ROWS_10
static final java.lang.Integer ROWS_25
static final java.lang.Integer ROWS_50
static final java.lang.Integer ROWS_ALL
static final java.lang.String FILTER_MODE_LIST_ALL
static final java.lang.String FILTER_MODE_CONTAINS
static final java.lang.String FILTER_MODE_STARTS_WITH
static final java.lang.String FILTER_MODE_ENDS_WITH
static final java.lang.String FILTER_MODE_EQUALS
static final java.lang.String DIRECTION_ASCENDING
static final java.lang.String DIRECTION_DESCENDING
static final java.lang.String FILTER
static final StringType etypeFilter
filter.
static final InputEntry entryFilter
filter.
etypeFilterstatic final java.lang.String MODE
static final StringType etypeMode
mode.
static final InputEntry entryMode
mode.
etypeModestatic final java.lang.String PATTERN
static final StringType etypePattern
pattern.
static final InputEntry entryPattern
pattern.
etypePatternstatic final java.lang.String SET_FILTER
static final ButtonEntry entrySetFilter
setFilter.
static final java.lang.String ADD_FILTER
static final ButtonEntry entryAddFilter
addFilter.
static final java.lang.String RESET_FILTERS
static final ButtonEntry entryResetFilters
resetFilters.
static final java.lang.String PAGE
static final Int32Type etypePage
page.
static final InputEntry entryPage
page.
etypePagestatic final java.lang.String ROWS
static final Int32Type etypeRows
rows.
static final InputEntry entryRows
rows.
etypeRowsstatic final java.lang.String JUMP_TO_PAGE
static final Int32Type etypeJumpToPage
jumpToPage.
static final InputEntry entryJumpToPage
jumpToPage.
etypeJumpToPagestatic final java.lang.String GO
static final ButtonEntry entryGo
go.
static final java.lang.String FILTER_NAME
static final StringType etypeFilterName
filterName.
static final InputEntry entryFilterName
filterName.
etypeFilterNamestatic final java.lang.String FILTER_MODE
static final StringType etypeFilterMode
filterMode.
static final InputEntry entryFilterMode
filterMode.
etypeFilterModestatic final java.lang.String FILTER_PATTERN
static final StringType etypeFilterPattern
filterPattern.
static final InputEntry entryFilterPattern
filterPattern.
etypeFilterPatternstatic final java.lang.String CONDITION
static final RecordEntry entryCondition
condition.
static final java.lang.String RESTRICT
static final ArrayEntry entryRestrict
restrict.
static final java.lang.String NR
static final Int32Type etypeNr
nr.
static final InputEntry entryNr
nr.
etypeNrstatic final java.lang.String DIRECTION
static final StringType etypeDirection
direction.
static final InputEntry entryDirection
direction.
etypeDirectionstatic final java.lang.String COLUMN
static final RecordEntry entryColumn
column.
static final java.lang.String SORT
static final ArrayEntry entrySort
sort.
static final FormDecl formSearchForm
| Method Detail |
|---|
java.lang.String getFilter()
filter.
java.lang.String getFilterForVisual()
filter.
getFilter()void setFilter(java.lang.String v)
filter.
boolean changedFilter()
filter has changed.
java.lang.String getMode()
mode.
java.lang.String getModeForVisual()
mode.
getMode()void setMode(java.lang.String v)
mode.
boolean changedMode()
mode has changed.
java.lang.String getPattern()
pattern.
java.lang.String getPatternForVisual()
pattern.
getPattern()void setPattern(java.lang.String v)
pattern.
boolean changedPattern()
pattern has changed.
boolean isSetFilterPressed()
setFilter has been pressed.
boolean isAddFilterPressed()
addFilter has been pressed.
boolean isResetFiltersPressed()
resetFilters has been pressed.
java.lang.Integer getPage()
page.
java.lang.String getPageForVisual()
page.
getPage()void setPage(java.lang.Integer v)
page.
boolean changedPage()
page has changed.
java.lang.Integer getRows()
rows.
java.lang.String getRowsForVisual()
rows.
getRows()void setRows(java.lang.Integer v)
rows.
boolean changedRows()
rows has changed.
java.lang.Integer getJumpToPage()
jumpToPage.
java.lang.String getJumpToPageForVisual()
jumpToPage.
getJumpToPage()void setJumpToPage(java.lang.Integer v)
jumpToPage.
boolean changedJumpToPage()
jumpToPage has changed.
boolean isGoPressed()
go has been pressed.
PClassSearchForm.Restrict getRestrict()
restrict.
boolean changedRestrict()
restrict has changed.
PClassSearchForm.Sort getSort()
sort.
boolean changedSort()
sort has changed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||