com.sas.dataselectors
Interface ComponentSelectorInterface

All Known Subinterfaces:
ComponentSelectorPanelInterface
All Known Implementing Classes:
OLAPTimeBasedFilterSelector, OLAPTimeBasedFilterSelectorPanel

public interface ComponentSelectorInterface

A component selector is a selector that can be included into another selector in order to extend the includer's functionalities. For example the OLAPTimeBasedFilterSelector can be included by the AdvancedFilterSelector to create time based filters on Time OLAP data items.


Method Summary
 boolean isComponent()
           
 void setIsComponent(boolean isComponent)
          Sets the isComponent flag
 

Method Detail

setIsComponent

void setIsComponent(boolean isComponent)
Sets the isComponent flag

Parameters:
isComponent - true if this selector is included by another selector, false otherwise.

isComponent

boolean isComponent()
Returns:
true if this selector is included by another selector, false otherwise.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.