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

Packages that use SimpleFilterLogicTreeInterface
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.tree   
 

Uses of SimpleFilterLogicTreeInterface in com.sas.dataselectors.filters
 

Fields in com.sas.dataselectors.filters declared as SimpleFilterLogicTreeInterface
protected  SimpleFilterLogicTreeInterface BusinessQueryFilterItemToAdvancedLogicListAdapter._filterLogicTree
          The filter logic tree.
protected  SimpleFilterLogicTreeInterface BusinessModelFilterItemToAdvancedLogicListAdapter._filterLogicTree
          The filter logic tree.
protected  SimpleFilterLogicTreeInterface DefaultAdvancedFilterModelAdapter._logicTree
          The filter selection model.
 

Methods in com.sas.dataselectors.filters that return SimpleFilterLogicTreeInterface
 SimpleFilterLogicTreeInterface SimpleFilterLogicTreeInterface.copy()
          Constructs and returns a copy of this tree.
 SimpleFilterLogicTreeInterface SimpleFilterLogicTreeInterface.copy(boolean copyTestNodes)
          Copies the tree and optionally makes duplicates of the test nodes within it.
 SimpleFilterLogicTreeInterface FilterItemRootToAdvancedList.getFilterLogicTree()
          Returns the filter logic tree for this list.
 SimpleFilterLogicTreeInterface BusinessQueryFilterItemToAdvancedLogicListAdapter.getFilterLogicTree()
          Returns the filter logic tree.
 SimpleFilterLogicTreeInterface BusinessModelFilterItemToAdvancedLogicListAdapter.getFilterLogicTree()
          Returns the filter logic tree.
 SimpleFilterLogicTreeInterface DefaultAdvancedFilterModelAdapter.getSelectionTree()
          Returns the filter logic tree that represents the overall filter selection.
 SimpleFilterLogicTreeInterface AdvancedFilterModelInterface.getSelectionTree()
          Returns a tree model that defines a single compound filter.
 SimpleFilterLogicTreeInterface DefaultAdvancedFilterModelAdapter.getSelectionTree(PersistentFilterInterface pFilter)
           
 SimpleFilterLogicTreeInterface PersistentFilterProviderModelInterface.getSelectionTree(PersistentFilterInterface filter)
           
 SimpleFilterLogicTreeInterface FilterItemRootToAdvancedList.setFilterLogicTree(SimpleFilterLogicTreeInterface newTree)
          Assigns the filter logic tree for this list.
 

Methods in com.sas.dataselectors.filters with parameters of type SimpleFilterLogicTreeInterface
 void SimpleFilterLogicTreeInterface.add(SimpleFilterLogicTreeInterface tree)
          Appends the given logic tree to this one.
static java.util.List Util.getExpressionInfo(SimpleFilterLogicTreeInterface tree, int outputType)
          Returns a List of Maps.
static java.util.List Util.getExpressionInfo(SimpleFilterLogicTreeInterface tree, int outputType, java.util.Locale locale, boolean virtualDisplay)
          Returns a List of Maps.
static java.util.List Util.getExpressionInfo(SimpleFilterLogicTreeInterface tree, java.lang.String space, java.lang.String newline, java.lang.String leftParen, java.lang.String rightParen, java.lang.String not, java.lang.String andStr, java.lang.String orStr, boolean virtualDisplay)
          Returns a List of Maps.
static java.lang.String Util.getExpressionString(SimpleFilterLogicTreeInterface tree, int outputType)
          Return an unformatted, unindented String representing the entire filter tree.
static java.lang.String Util.getExpressionString(SimpleFilterLogicTreeInterface tree, int outputType, java.util.Locale locale)
          Return an unformatted, unindented String representing the entire filter tree.
static java.lang.String Util.getFormattedExpressionString(SimpleFilterLogicTreeInterface tree, java.util.Locale locale, int outputType, int startSelection, int endSelection)
          Returns the indented, formatted (line breaks) String representing the filter tree.
 SimpleFilterLogicTreeInterface FilterItemRootToAdvancedList.setFilterLogicTree(SimpleFilterLogicTreeInterface newTree)
          Assigns the filter logic tree for this list.
 

Constructors in com.sas.dataselectors.filters with parameters of type SimpleFilterLogicTreeInterface
FilterItemRootToAdvancedList(FilterItemListInterface filterItemList, SimpleFilterLogicTreeInterface filterTree)
          Constructs a new advanced list from the given sources.
 

Uses of SimpleFilterLogicTreeInterface in com.sas.dataselectors.filters.tree
 

Classes in com.sas.dataselectors.filters.tree that implement SimpleFilterLogicTreeInterface
 class SimpleFilterLogicTreeAdapter
          TODO Supply JavaDoc for class
 

Methods in com.sas.dataselectors.filters.tree that return SimpleFilterLogicTreeInterface
 SimpleFilterLogicTreeInterface SimpleFilterLogicTreeAdapter.copy()
           
 SimpleFilterLogicTreeInterface SimpleFilterLogicTreeAdapter.copy(boolean copyTestNodes)
           
 

Methods in com.sas.dataselectors.filters.tree with parameters of type SimpleFilterLogicTreeInterface
 void SimpleFilterLogicTreeAdapter.add(SimpleFilterLogicTreeInterface tree)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.