|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
F - The class of the model object backing the view.public interface FilterView<F>
An interface used to represent View components that hold a
model object that is used to filter the objects displayed in it.
Typically used in views that encompass
JDOTable components.
Copyright 2008 Sans Pareil Technologies, Inc.
| Method Summary | |
|---|---|
F |
getFilter()
Return the model object that is used to filter the other model objects backing the view. |
void |
setFilter(F filter)
Set the model object used to filter the other model objects in the view. |
| Method Detail |
|---|
F getFilter()
void setFilter(F filter)
filter - The object used to filter the data in the view.
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||