|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface SimpleFilterDefinitionModelInterface
This interface defines the relationship between the SimpleFilterDefinitionPanel and an implemented adaptor.
| Method Summary | |
|---|---|
boolean |
commitChanges()
Commit all changes to the native model. |
java.lang.Object |
getApplicationData()
Used to retrieve application specific data. |
FilterItemListInterface |
getDataSource()
The list of source items to populate the possible choices for the panel. |
java.lang.Object |
getRootFilterObject()
Return the root filter object in the native model. |
FilterLogicTestNodeInterface |
getSelection()
Used to get the initial selection for the control panel. |
void |
setApplicationData(java.lang.Object data)
Used to store application specific data. |
void |
setSelection(FilterLogicTestNodeInterface value)
Changes to the selection are done by either modifying a EditableTestNode or by setting a DefaultLogicTestNode with the changed values using this method. |
| Method Detail |
|---|
FilterItemListInterface getDataSource()
FilterLogicTestNodeInterface getSelection()
void setSelection(FilterLogicTestNodeInterface value)
value - the new test node for the current selectionvoid setApplicationData(java.lang.Object data)
data - to be stored with this object for application usejava.lang.Object getApplicationData()
boolean commitChanges()
java.lang.Object getRootFilterObject()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||