Interface DALActionFactory.DALActionContext

All Known Implementing Classes:
AbstractDALActionFactory.AbstractDALActionContext
Enclosing interface:
DALActionFactory

public static interface DALActionFactory.DALActionContext
  • Method Details

    • getName

      String getName()
    • getStore

      org.gvsig.fmap.dal.DataStore getStore()
    • getQuery

      org.gvsig.fmap.dal.feature.FeatureQuery getQuery()
    • getSelectedsCount

      int getSelectedsCount()
    • getFilterForSelecteds

      org.gvsig.expressionevaluator.Expression getFilterForSelecteds()
    • getSelecteds

      org.gvsig.fmap.dal.feature.FeatureSelection getSelecteds()
    • getActionButton

      JComponent getActionButton(String actionName)
    • get

      Object get(String name)
    • set

      void set(String name, Object value)