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

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

Uses of FilterLogicEditableTestNodeInterface in com.sas.commands.dataselectors
 

Methods in com.sas.commands.dataselectors that return FilterLogicEditableTestNodeInterface
protected  FilterLogicEditableTestNodeInterface AdvancedFilterSelectorCommand.getChangableSelectionModel()
          Returns a version of the selection model that is modifiable.
protected  FilterLogicEditableTestNodeInterface AdvancedFilterSelectorCommand.getChangableSelectionModel(FilterLogicTestNodeInterface node)
           
 

Methods in com.sas.commands.dataselectors with parameters of type FilterLogicEditableTestNodeInterface
protected  boolean AdvancedFilterSelectorCommand.updatable(FilterLogicEditableTestNodeInterface changableSelection)
          Returns true if all required values for an update are available.
 boolean AdvancedFilterSelectorCommandFacade.updateSelectionCombination(AdvancedFilterModelInterface afsModel, FilterLogicEditableTestNodeInterface changableSelection, FilterLogicTestNodeObjectMap objectMap)
          Updates the model with the combination actions such as ADD_ACTION, DELETE_ACTION, UPDATE_ACTION, EDIT_ACTION, MOVEUP_ACTION, MOVEDOWN_ACTION, GROUP_ACTION and SPLIT_ACTION.
 boolean AdvancedFilterSelectorCommand.updateSelectionCombination(AdvancedFilterModelInterface afsModel, FilterLogicEditableTestNodeInterface changableSelection, FilterLogicTestNodeObjectMap objectMap)
          Updates the model with the combination actions such as ADD_ACTION, DELETE_ACTION, UPDATE_ACTION, EDIT_ACTION, MOVEUP_ACTION, MOVEDOWN_ACTION, GROUP_ACTION and SPLIT_ACTION.
protected  boolean AdvancedFilterSelectorCommand.updateSelectionModel(FilterLogicEditableTestNodeInterface changableSelection, AdvancedFilterModelInterface afsModel)
          Updates the selection model
 

Uses of FilterLogicEditableTestNodeInterface in com.sas.dataselectors.filters
 

Fields in com.sas.dataselectors.filters declared as FilterLogicEditableTestNodeInterface
protected  FilterLogicEditableTestNodeInterface FilterLogicTestNodeObjectMap._currentTestNode
           
 

Methods in com.sas.dataselectors.filters that return FilterLogicEditableTestNodeInterface
protected  FilterLogicEditableTestNodeInterface SimpleFilterListEditorModelBase.getChangableSelectionModel(FilterLogicTestNodeInterface selectionModel)
          Returns a test node, based on the given test node, that can be modified.
 FilterLogicEditableTestNodeInterface FilterLogicTestNodeObjectMap.getTestNode()
           
 

Methods in com.sas.dataselectors.filters with parameters of type FilterLogicEditableTestNodeInterface
 void FilterLogicTestNodeObjectMap.setTestNode(FilterLogicEditableTestNodeInterface node)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.