Interface ExpressionParts
-
- All Superinterfaces:
ExpressionStrings
- All Known Implementing Classes:
ExpressionPartsImpl
public interface ExpressionParts extends ExpressionStrings
This interface represents a helper object that builds a collection of expression parts that can be used to build expression GUI. This collection contains part name - part value pairs. This interface can also be used to build entire user friendly expression string from the expression parts.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.transform.ExpressionStrings
BANDING_SEPARATOR, PART_ATTR_FORM, PART_BREAK_BY, PART_CANCELLED_PROMPT, PART_DORMANT_PROMPT, PART_EMBEDDED_PROMPT, PART_EXPRESSION, PART_LEFT_OPERAND, PART_OPERATOR, PART_OUTPUT_LEVEL, PART_RIGHT_OPERAND
-
-
Method Summary
-
Methods inherited from interface com.microstrategy.web.transform.ExpressionStrings
buildExpressionParts, getConstNodeVal, getExpressionStr, getPart, hasPart, setDataSets, setPart
-
-