|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.dataselectors.filters.SimpleFilterDefinitionModelBase
public class SimpleFilterDefinitionModelBase
Base for a simple adapter to wrap the given data source and initial selection into a selector model.
| Field Summary | |
|---|---|
static java.lang.String |
RB_KEY
|
| Constructor Summary | |
|---|---|
SimpleFilterDefinitionModelBase(SimpleFilterListEditorModelInterface listEditorModel)
Creates a new model that edits only the first entry in the given adapter. |
|
| Method Summary | |
|---|---|
boolean |
commitChanges()
Commit Changes will either update or create (as needed) the LogicTestNode to the DataSelection |
java.lang.Object |
getApplicationData()
Used to retrieve application specific data |
FilterItemListInterface |
getDataSource()
Gets the primary model for the adapter. |
java.lang.Object |
getRootFilterObject()
Return the root filter object in the native model. |
FilterLogicTestNodeInterface |
getSelection()
Gets the selection model for the adapter. |
void |
setApplicationData(java.lang.Object data)
Used to store application specific data |
void |
setSelection(FilterLogicTestNodeInterface value)
Sets the selection model for the adapter. |
| Field Detail |
|---|
public static java.lang.String RB_KEY
| Constructor Detail |
|---|
public SimpleFilterDefinitionModelBase(SimpleFilterListEditorModelInterface listEditorModel)
dataSource - the primary model| Method Detail |
|---|
public boolean commitChanges()
commitChanges in interface SimpleFilterDefinitionModelInterfacepublic java.lang.Object getRootFilterObject()
SimpleFilterDefinitionModelInterface
getRootFilterObject in interface SimpleFilterDefinitionModelInterfacepublic FilterItemListInterface getDataSource()
getDataSource in interface SimpleFilterDefinitionModelInterfacepublic FilterLogicTestNodeInterface getSelection()
getSelection in interface SimpleFilterDefinitionModelInterfacepublic void setSelection(FilterLogicTestNodeInterface value)
setSelection in interface SimpleFilterDefinitionModelInterfacevalue - the new selectionpublic void setApplicationData(java.lang.Object data)
setApplicationData in interface SimpleFilterDefinitionModelInterfacedata - to be stored with this object for application usepublic java.lang.Object getApplicationData()
getApplicationData in interface SimpleFilterDefinitionModelInterface
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||