public static class DefaultSearchPanel.SearchActionContext extends AbstractDALActionFactory.AbstractDALActionContext
| Constructor and Description |
|---|
SearchActionContext(DefaultSearchPanel panel) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
getActionButton(java.lang.String actionName) |
Expression |
getFilterForSelecteds() |
FeatureQuery |
getQuery() |
FeatureSelection |
getSelecteds() |
int |
getSelectedsCount() |
DataStore |
getStore() |
get, getName, setpublic SearchActionContext(DefaultSearchPanel panel)
public DataStore getStore()
getStore in interface DALActionFactory.DALActionContextgetStore in class AbstractDALActionFactory.AbstractDALActionContextpublic javax.swing.JComponent getActionButton(java.lang.String actionName)
getActionButton in interface DALActionFactory.DALActionContextgetActionButton in class AbstractDALActionFactory.AbstractDALActionContextpublic int getSelectedsCount()
getSelectedsCount in interface DALActionFactory.DALActionContextgetSelectedsCount in class AbstractDALActionFactory.AbstractDALActionContextpublic Expression getFilterForSelecteds()
getFilterForSelecteds in interface DALActionFactory.DALActionContextgetFilterForSelecteds in class AbstractDALActionFactory.AbstractDALActionContextpublic FeatureSelection getSelecteds()
getSelecteds in interface DALActionFactory.DALActionContextgetSelecteds in class AbstractDALActionFactory.AbstractDALActionContextpublic FeatureQuery getQuery()
getQuery in interface DALActionFactory.DALActionContextgetQuery in class AbstractDALActionFactory.AbstractDALActionContext