Package com.microstrategy.web.app.gui
Interface TreeCartExpression
-
- All Superinterfaces:
Cart
,CartExpression
,GuiElement
- All Known Implementing Classes:
TreeCartExpressionImpl
public interface TreeCartExpression extends CartExpression
- Since:
- MicroStrategy Web 7.5.0
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.app.gui.CartExpression
DISPLAY_ALL_ATTR_FORMS, DISPLAY_ATTR_NON_ID_FORMS, DISPLAY_ONLY_ATTR_ID_FORMS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
renderAttributeFormQualification(MarkupOutput out, java.util.Enumeration attributes)
Function that renders the attribute form qualification dialog.void
renderAvailable(MarkupOutput out, java.util.Enumeration availableItems)
This function will display available list of units for a given prompt question.-
Methods inherited from interface com.microstrategy.web.app.gui.Cart
getProperty, initializeCart, renderActionImage, renderAdd, renderAddAll, renderAvailable, renderCart, renderCart, renderDown, renderIncrementalFetch, renderLabel, renderLabel, renderMatchCase, renderRemove, renderRemoveAll, renderSearch, renderSearchButton, renderSearchField, renderSelected, renderSelected, renderUp, setEnabled, setHideWaitPageFlag, setProperty
-
Methods inherited from interface com.microstrategy.web.app.gui.CartExpression
getCalendar, getSelectedSize, isCalendarAvailable, renderButtonNextInput, renderExpression, renderIncludeExcludeOption, renderInput, renderMatch, renderOperators, setCalendar
-
Methods inherited from interface com.microstrategy.web.app.gui.GuiElement
getAppContext, getDescriptor, getDescriptor, getEventManager, getExtraInput, getExtraUrl, getFeatures, getMessages, getName, getUseIFrame, getWebComponent, renderElement, renderElement, setAppContext, setExtraInput, setExtraUrl, setName, setUseIFrame, setWebComponent
-
-
-
-
Method Detail
-
renderAvailable
void renderAvailable(MarkupOutput out, java.util.Enumeration availableItems)
This function will display available list of units for a given prompt question. The format used to render the available list will be a tree structure.- Specified by:
renderAvailable
in interfaceCart
- Parameters:
out
- where to write the output of the method..availableItems
- list of units to be displayed in available tree object.
-
renderAttributeFormQualification
void renderAttributeFormQualification(MarkupOutput out, java.util.Enumeration attributes)
Function that renders the attribute form qualification dialog.- Parameters:
out
- where to write the output of the method.- Since:
- MicroStrategy Web 8.0.0
-
-