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

Packages that use FilterValueInterface
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.qualifiers Provides classes for generating a qualifiers selector that is used within the Filter and Ranking Selectors for OLAP data. 
com.sas.swing.visuals.dataselectors.calculateditems Provides classes and interfaces which provide the user interface components for managing calculated items. 
 

Uses of FilterValueInterface in com.sas.dataselectors.filters
 

Classes in com.sas.dataselectors.filters that implement FilterValueInterface
 class AdvancedFilterValueList
          Deprecated.  
 class DefaultFilterValue
          The default implementation of FilterValueInterface.
 class OLAPMemberDeferredRetrievalTreeNode
          This tree node will represent a member of an MDDB cube.
 class OLAPMemberTreeNode
          This class defines a single node within an OLAP member tree model.
 class OLAPMemberValueAndTreeModel
          This model extends the OLAPMemberTreeModel to implement the additional filter model interface, FilterValueInterface.
 

Methods in com.sas.dataselectors.filters that return FilterValueInterface
 FilterValueInterface DefaultAdvancedFilterModelAdapter.applyExpressionValueEditorChanges(FilterLogicTestNodeInterface testNode, int valueIndex)
          Applies any changes made by the user in the expression value editor to the current selection model.
 FilterValueInterface AdvancedFilterModelInterface.applyExpressionValueEditorChanges(FilterLogicTestNodeInterface testNode, int valueIndex)
          Applies the changes made in the ExpressionValueEditor to the given FilterLogicTestNodeInterface.
 FilterValueInterface DefaultAdvancedFilterModelAdapter.applyPromptValueEditorChanges(FilterLogicTestNodeInterface testNode, int valueIndex)
          Applies any changes made by the user in the prompt value editor to the current selection model.
 FilterValueInterface AdvancedFilterModelInterface.applyPromptValueEditorChanges(FilterLogicTestNodeInterface testNode, int valueIndex)
          Applies the changes made in the PromptValueEditor to the given FilterLogicTestNodeInterface.
 FilterValueInterface DefaultAdvancedFilterModelAdapter.applyPromptValueEditorChanges(com.sas.swing.dataselectors.editors.PromptValueEditorInterface promptValueEditor, FilterLogicTestNodeInterface testNode, int valueIndex)
          Applies any changes made by the user in the prompt value editor to the current selection model.
 FilterValueInterface BaseFilterObjectFactory.createFilterValueFromNative(java.lang.Object nativeObject)
          Creates a FilterValueInterface object that encapsulates the given native object.
 FilterValueInterface BaseFilterObjectFactory.createFilterValueFromNative(java.lang.Object nativeObject, FilterLogicTestNodeInterface testNode)
          Creates a FilterValueInterface object that encapsulates the given native object.
 FilterValueInterface BaseFilterObjectFactory.createFilterValueFromNative(java.lang.Object nativeObject, long itemType, java.lang.String sasFormatText)
          Creates a FilterValueInterface object that encapsulates the given native object.
 FilterValueInterface BaseFilterObjectFactory.createFilterValueFromNative(java.lang.Object nativeObject, long itemType, java.lang.String sasFormatText, boolean formatValue)
          Creates a FilterValueInterface object that encapsulates the given native object.
 FilterValueInterface BaseFilterObjectFactory.findMatchingFilterValue(FilterItemInterface filterItem, java.lang.Object searchValue)
          This method attempts to locate and return any previously constructed filter value object for the given search value from the native filter model.
 FilterValueInterface DefaultAdvancedFilterModelAdapter.getPromptedValueByName(java.lang.String name)
          Returns the FilterValueInterface wrapper that contains the prompt object matching the specified name.
 FilterValueInterface BaseFilterObjectFactory.newFilterDataValue(com.sas.iquery.metadata.business.LookupValue value, com.sas.iquery.metadata.business.DataItem dataItem)
          Creates a new FilterValueInterface instance from the given LookupValue for the specified DataItem.
 FilterValueInterface BaseFilterObjectFactory.newFilterDataValue(com.sas.iquery.dataservices.PossibleFilterValue value)
          Constructs a new FilterValueInterface instance from the given PossibleFilterValue object.
 FilterValueInterface BaseFilterObjectFactory.newFilterValue(java.lang.Object nativeObject, FilterLogicTestNodeInterface testNode)
          Creates a FilterValueInterface object that encapsulates the given native object.
 

Methods in com.sas.dataselectors.filters with parameters of type FilterValueInterface
 java.util.List OLAPMemberTreeModel.getTreePathNodeList(FilterItemInterface filterItem, FilterValueInterface filterValue)
          Returns a List of the OLAPMemberTreeNodes in order from the root of the tree model to the target node representing the unique cube member derived from the given parameters.
 java.util.List OLAPMemberTreePathFactoryInterface.getTreePathNodeList(FilterItemInterface filterItem, FilterValueInterface filterValue)
          Returns a List of the OLAPMemberTreeNodes in order from the root of the tree model to the target node representing the unique cube member derived from the given parameters.
 java.util.List OLAPMemberTreeModel.getTreePathNodeList(FilterValueInterface filterValue)
          Returns a List of the OLAPMemberTreeNodes in order from the root of the tree model to the target node representing the unique cube member derived from the given parameters.
 java.util.List OLAPMemberTreePathFactoryInterface.getTreePathNodeList(FilterValueInterface filterValue)
          Returns a List of the OLAPMemberTreeNodes in order from the root of the tree model to the target node representing the unique cube member derived from the given parameters.
static java.lang.String FilterLogicTestNodeObjectMap.getValueID(FilterValueInterface value)
          Gets a unique String identifier for the given filter value.
 void AdvancedFilterValueList.setFilterValue(FilterValueInterface value)
          Deprecated. Sets the delegate filter value object used when the class is referenced as a value.
static java.lang.String DefaultFilterValue.toString(FilterValueInterface value)
          Returns the String representation of the specified filter value.
 

Uses of FilterValueInterface in com.sas.dataselectors.qualifiers
 

Methods in com.sas.dataselectors.qualifiers with parameters of type FilterValueInterface
 java.util.List OLAPDimensionTreeModel.getTreePathNodeList(FilterItemInterface filterItem, FilterValueInterface filterValue)
           
 java.util.List OLAPDimensionTreeModel.getTreePathNodeList(FilterValueInterface filterValue)
           
 

Uses of FilterValueInterface in com.sas.swing.visuals.dataselectors.calculateditems
 

Fields in com.sas.swing.visuals.dataselectors.calculateditems declared as FilterValueInterface
protected  FilterValueInterface BaseEditorAdapter._returnValue
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.