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

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

Uses of SimpleFilterListEditorModelInterface in com.sas.dataselectors.filters
 

Classes in com.sas.dataselectors.filters that implement SimpleFilterListEditorModelInterface
 class BusinessModelToAdvancedFilterModelAdapter
          This adapter extends the base class to provide features and behavior specific to BusinessModel data sources.
 class BusinessQueryToAdvancedFilterModelAdapter
          This adapter is intended for use at run-time or anytime a full BusinessQuery model is to be filtered.
 class BusinessQueryToSimpleFilterListEditorModelAdapter
           
 class DefaultAdvancedFilterModelAdapter
          The DefaultAdvancedFilterModelAdapter ideally will be a unified adapter that will work for both BusinessModel (build-time) and BusinessQuery (run-time) instances for both relational and OLAP data sources.
 class InformationMapToSimpleFilterListEditorModelAdapter
          This class extends the simple list editor base to provide InformationMap specific features.
 class SimpleFilterListEditorModelBase
          The base implementation of the SimpleFilterListEditorModelInterface, this class provides the ability to construct and maintain a simple list of filter definitions to treat as a single compound filter.
 

Constructors in com.sas.dataselectors.filters with parameters of type SimpleFilterListEditorModelInterface
SimpleFilterDefinitionModelBase(SimpleFilterListEditorModelInterface listEditorModel)
          Creates a new model that edits only the first entry in the given adapter.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.