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

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

Uses of FilterableListModelInterface in com.sas.commands.dataselectors
 

Methods in com.sas.commands.dataselectors with parameters of type FilterableListModelInterface
protected  void AdvancedFilterSelectorCommand.setEditors(FilterableListModelInterface filterableList, java.util.List editors)
           
 

Uses of FilterableListModelInterface in com.sas.dataselectors.filters
 

Classes in com.sas.dataselectors.filters that implement FilterableListModelInterface
 class AbstractFilterableListModel
          This class takes a model as input, decides what filterable items it contains, and constructs a list of FilterableItemInterface instances that define those filterable items and their individual filter models.
 class BusinessModelToFilterableListModelAdapter
          The BusinessModelToFilterableListModelAdapter constructs the list of filterable items for the given BusinessModel interface as a data source.
 class BusinessQueryToFilterableListModelAdapter
          The BusinessQueryToFilterableListModelAdapter constructs the list of filterable items for the given BusinessQuery interface as a data source.
 

Uses of FilterableListModelInterface in com.sas.dataselectors.filters.timebased.olap
 

Methods in com.sas.dataselectors.filters.timebased.olap with parameters of type FilterableListModelInterface
static boolean OLAPTimeFilterUtil.isOLAPRelativeTimeFilterToApply(FilterableListModelInterface aModel)
          Returns true if any of the data items has an associated OLAP Relative Time Filter to apply, false otherwise.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.