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

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

Uses of SimpleFilterDefinitionModelInterface in com.sas.dataselectors.filters
 

Subinterfaces of SimpleFilterDefinitionModelInterface in com.sas.dataselectors.filters
 interface AdvancedFilterDefinitionModelInterface
          This interface defines the relationship between the AdvancedFilterPanel and an implemented adaptor.
 interface AdvancedFilterModelInterface
          This interface defines the relationship between the AdvancedFilterPanel and an implemented adaptor.
 interface SimpleFilterListEditorModelInterface
          This model interface extends the SimpleFilterDefintion panel model to all functionality for working with a list of filter test nodes.
 

Classes in com.sas.dataselectors.filters that implement SimpleFilterDefinitionModelInterface
 class BusinessModelToAdvancedFilterDefinitionModelAdapter
          Simple adapter to wrap the given data source and initial selection into a selector model.
 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 BusinessQueryToSimpleFilterDefinitionModelAdapter
          Simple adapter to wrap the given data source and initial selection into a selector model.
 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 InformationMapToSimpleFilterDefinitionModelAdapter
          Simple adapter to wrap the given data source and initial selection into a selector model.
 class InformationMapToSimpleFilterListEditorModelAdapter
          This class extends the simple list editor base to provide InformationMap specific features.
 class SimpleFilterDefinitionModelBase
          Base for a simple adapter to wrap the given data source and initial selection into a selector model.
 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.
 

Methods in com.sas.dataselectors.filters that return SimpleFilterDefinitionModelInterface
static SimpleFilterDefinitionModelInterface SimpleFilterDefinitionModelFactory.getAdapter(java.lang.Object model)
          Deprecated. Returns a new adapter for the given model.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.