com.sas.dataselectors.exceptionhighlighting
Interface ExceptionHighlightingSelectorV2Interface

All Superinterfaces:
ExceptionHighlightingSelectorInterface, SelectorCommitInterface, SelectorProcessInterface

public interface ExceptionHighlightingSelectorV2Interface
extends ExceptionHighlightingSelectorInterface

Defines methods and properties required for an adapter implementation of the exception highlighting selector.

Since:
3.1.4

Field Summary
 
Fields inherited from interface com.sas.dataselectors.exceptionhighlighting.ExceptionHighlightingSelectorInterface
AUTOMATIC, CONDITION_BETWEEN, CONDITION_EQUAL, CONDITION_GREATER_THAN, CONDITION_GREATER_THAN_OR_EQUAL, CONDITION_LESS_THAN, CONDITION_LESS_THAN_OR_EQUAL, CONDITION_MISSING_VALUE, CONDITION_NOT_EQUAL
 
Fields inherited from interface com.sas.dataselectors.SelectorCommitInterface
EXCEPTION_OCCURRED
 
Method Summary
 java.util.List getResultItems()
          Returns the list of data items contained in the result item list.
 
Methods inherited from interface com.sas.dataselectors.exceptionhighlighting.ExceptionHighlightingSelectorInterface
addRule, getColors, getDefaultFont, getDefaultFontSize, getFonts, getFontSizes, getImages, getLevelTreeModel, getLocale, getMeasureNames, getModel, getResultItemMap, getRules, getSupportedConditions, isAddAutomaticToFontInfo, isCompleteImagePath, isOLAP, removeRule, setAddAutomaticToFontInfo, setLocale, setModel
 
Methods inherited from interface com.sas.dataselectors.SelectorProcessInterface
process
 
Methods inherited from interface com.sas.dataselectors.SelectorCommitInterface
commit, getPropertiesBean
 

Method Detail

getResultItems

java.util.List getResultItems()
Returns the list of data items contained in the result item list.

Specified by:
getResultItems in interface ExceptionHighlightingSelectorInterface
Returns:
a list of DataItem objects



Copyright © 2009 SAS Institute Inc. All Rights Reserved.