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

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

Uses of FilterableItemInterface in com.sas.dataselectors.filters
 

Classes in com.sas.dataselectors.filters that implement FilterableItemInterface
 class DefaultFilterableItem
          The default implementation of the FilterableItemInterface simply acts as a container for several key pieces of data.
 

Methods in com.sas.dataselectors.filters that return FilterableItemInterface
protected  FilterableItemInterface BusinessQueryToFilterableListModelAdapter.createFilterableItem(java.lang.Object filterable)
          Creates an instance of FilterableItemInterface for the given object from the native filter model.
protected  FilterableItemInterface BusinessModelToFilterableListModelAdapter.createFilterableItem(java.lang.Object filterable)
          Creates an instance of FilterableItemInterface for the given object from the native filter model.
protected abstract  FilterableItemInterface AbstractFilterableListModel.createFilterableItem(java.lang.Object filterable)
          Creates an instance of FilterableItemInterface for the given object from the native filter model.
 FilterableItemInterface FilterableListModelInterface.getFilterableItem(java.lang.Object source)
          Returns the FilterableItemInterface instance associated with the given source object.
 FilterableItemInterface AbstractFilterableListModel.getFilterableItem(java.lang.Object filterable)
          Creates and returns the filterable item object for the given object from the native filter model.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.