Uses of Interface
com.sas.dataselectors.filters.FilterValuesInterface

Packages that use FilterValuesInterface
com.sas.dataselectors.filters Provides adapter components used to convert native models to models which can then be used with filter components. 
 

Uses of FilterValuesInterface in com.sas.dataselectors.filters
 

Classes in com.sas.dataselectors.filters that implement FilterValuesInterface
 class AdvancedFilterValueList
          Deprecated.  
 class DefaultFilterValueList
          The default implementation of FilterValuesInterface, this class is used by the filter model to hold and maintain a list of values.
 class OLAPLevelMemberTreeModel
          This class extends the OLAPMemberTreeModel only to give specific behavior to the construction of the tree model.
 class OLAPMemberDeferredRetrievalTreeNode
          This tree node will represent a member of an MDDB cube.
 class OLAPMemberTreeModel
          This tree model extends the Swing DefaultTreeModel class to add population methods for OLAP members.
 class OLAPMemberValueAndTreeModel
          This model extends the OLAPMemberTreeModel to implement the additional filter model interface, FilterValueInterface.
 

Fields in com.sas.dataselectors.filters declared as FilterValuesInterface
protected  FilterValuesInterface FilterLogicTestNodeObjectMap.filterValues
           
 

Methods in com.sas.dataselectors.filters that return FilterValuesInterface
 FilterValuesInterface BaseAdvancedFilterObjectFactory.getActualFilterValues(com.sas.iquery.metadata.business.DataItem item)
          Returns the list of actual values for the given DataItem.
 FilterValuesInterface FilterItemInterface.getActualValues()
          Gets an interface that can be used to incrementally retrieve and iterate just the actual values to be used for equivelance tests in the filter.
 FilterValuesInterface DefaultFilterItem.getActualValues()
          Gets an interface that can be used to incrementally retrieve and iterate just the actual values to be used for equivelance tests in the filter.
 FilterValuesInterface FilterLogicTestNodeObjectMap.getFilterValues()
           
 FilterValuesInterface FilterItemInterface.getPossibleValues()
          Gets an interface that can be used to incrementally retrieve and iterate all the possible values to be used for equivelance tests in the filter.
 FilterValuesInterface DefaultFilterItem.getPossibleValues()
          Gets an interface that can be used to incrementally retrieve and iterate all the possible values to be used for equivelance tests in the filter.
 

Methods in com.sas.dataselectors.filters with parameters of type FilterValuesInterface
static javax.swing.tree.MutableTreeNode FilterValuesToTreeModelAdapter.convertList(FilterValuesInterface listRoot)
          Converts the given filter values list to a tree node model and returns the root of that new model.
 void DefaultFilterItem.setActualValues(FilterValuesInterface valueInterface)
          Sets the list of values to return from a call to getActualValues.
 void DefaultFilterItem.setPossibleValues(FilterValuesInterface valueInterface)
          Sets the list of values to return from a call to getPossibleValues.
 

Constructors in com.sas.dataselectors.filters with parameters of type FilterValuesInterface
FilterValuesToTreeModelAdapter(FilterValuesInterface listRoot)
          Constructs a new adapter with a structure defined by converting the given values list to a tree model.
FilterValuesToTreeModelAdapter(FilterValuesInterface listRoot, boolean asksAllowsChildren)
          Constructs a new adapter with a structure defined by converting the given values list to a tree model.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.