Package com.microstrategy.web.beans
Interface ThresholdExpressionBeanContext
-
- All Superinterfaces:
ExpressionBeanContext
public interface ThresholdExpressionBeanContext extends ExpressionBeanContext
The ExpressionBeanContext interface can be implemented by any object that can provide a context for an expression bean. The context is the source for the expression being edited or displayed by the expression bean.- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebThresholdsContainer
getContainer()
boolean
isConditionalFormatting()
-
Methods inherited from interface com.microstrategy.web.beans.ExpressionBeanContext
getOriginalExpression
-
-
-
-
Method Detail
-
getContainer
WebThresholdsContainer getContainer()
-
isConditionalFormatting
boolean isConditionalFormatting()
-
-