Package com.microstrategy.web.app.gui
Class CartImpl
- java.lang.Object
-
- com.microstrategy.web.app.gui.AbstractGuiElement
-
- com.microstrategy.web.app.gui.CartImpl
-
- All Implemented Interfaces:
Cart,EnumCartProperties,GuiElement
- Direct Known Subclasses:
CartAttFormsImpl,CartDualAxisDistribution,CartElementPickerImpl,CartExpressionImpl,CartFontStylesImpl,CartObjectBrowserImpl,DivBasedCartImpl,TreeCartImpl
public class CartImpl extends AbstractGuiElement implements Cart, EnumCartProperties
Title: CartImpl.
Description: CartImpl abstraction it renders an HMTL "shopping cart" style and exposes a set of functions for individually rendering each part of the Cart output.
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
-
Fields inherited from class com.microstrategy.web.app.gui.AbstractGuiElement
_appContext, _name, _webComponent
-
Fields inherited from interface com.microstrategy.web.app.gui.EnumCartProperties
ADD_ALL_AND_REMOVE_ALL_AVAILABLE, ADD_ALL_ARGUMENT, ADD_ALL_ARGUMENT_VALUE, ADD_ALL_AVAILABLE, ADD_ALL_CSS_IMAGE, ADD_ALL_IMAGE, ADD_ALL_JS_FUNCTION, ADD_ARGUMENT, ADD_ARGUMENT_VALUE, ADD_BLANK_OPTION, ADD_CSS_IMAGE, ADD_DBL_CLICK_JS_FUNCTION, ADD_DISABLED, ADD_IMAGE, ADD_JS_FUNCTION, APPLIES_TO, AVAILABLE_ARGUMENT, AVAILABLE_ATTR_FORM_DISPLAY_TYPE, AVAILABLE_LABEL, AVAILABLE_LIST_SECTION_IDENTIFIER, AVAILABLE_SIZE, AVAILABLE_STYLE, AVAILABLEITEMS_AVAILABLE, BLANK_OPTION_VALUE, BUTTON_NEXT_INPUT_ARGUMENT, BUTTON_NEXT_INPUT_AVAILABLE, BUTTON_NEXT_INPUT_JS_FUNCTION, BUTTON_NEXT_INPUT_LABEL, CART_EXPRESSION, CART_INDEX, CHANGE_JS_FUNCTION, CLEAR_SEARCH_URL, CMD_ID, CSS_PREFIX, CUSTOM_ATTRIBUTE_FORMS, DEFAULT_VALUE, DISABLE_ID_FROM_SELECTED_BOX, DISABLE_OPERATORS_BASED_ON_DATATYPE_IN_ATTR_QUAL, DOWN_ARGUMENT, DOWN_ARGUMENT_VALUE, DOWN_CSS_IMAGE, DOWN_IMAGE, EVENT_URL, EXCLUDE_ARGUMENT_LABEL, EXPAND_ATTRIBUTE_FORMS, EXPAND_ATTRIBUTE_FORMS_TYPE, EXPRESSION_VALUE_SEPARATOR, FIND_ARGUMENT, FIND_ARGUMENT_VALUE, FIND_CSS_IMAGE, FIND_IMAGE, HIDDEN_ATTRIBUTE_FORMS, INCLUDE_ARGUMENT_LABEL, INCLUDE_EXCLUDE_ARGUMENT_NAME, INCLUDE_EXCLUDE_ARGUMENT_VALUE, INCLUDE_EXCLUDE_AVAILABLE, INCLUDE_INFO_EXP_SELECTED_LIST, INCREMENTAL_FETCH, INCREMENTAL_FETCH_AVAILABLE, INPUT_ARGUMENT, INPUT_LABEL, INPUT_SIZE, INPUT_VALUE, MATCH_CASE_ARGUMENT, MATCH_CASE_AVAILABLE, MATCH_CASE_CHECKED, MATCH_CASE_LABEL, MATCH_CASE_VALUE, MATCH_OR_AND_ARGUMENT, MATCH_OR_AND_ARGUMENT_VALUE, MATCH_OR_AND_AVAILABLE, MAX_SEARCH_SIZE, MOVE_DOWN_JS_FUNCTION, MOVE_UP_JS_FUNCTION, MULTI_SELECT, OPERATOR_ARGUMENT, OPERATOR_LABEL, OPERATOR_TYPE, OPERATOR_VALUE, OPERATORS_ON_CHANGE_JS_FUNCTION, OPTION_TITLE, OUTPUT_MODE, REMOVE_ALL_ARGUMENT, REMOVE_ALL_ARGUMENT_VALUE, REMOVE_ALL_AVAILABLE, REMOVE_ALL_CSS_IMAGE, REMOVE_ALL_IMAGE, REMOVE_ALL_JS_FUNCTION, REMOVE_ARGUMENT, REMOVE_ARGUMENT_VALUE, REMOVE_CSS_IMAGE, REMOVE_DBL_CLICK_JS_FUNCTION, REMOVE_DISABLED, REMOVE_IMAGE, REMOVE_JS_FUNCTION, RENDER_CART_CURTAIN, RENDER_SELECTED_AS_TEXTBOX, RESTRICTED_OPERATOR, SCRIPT_CLASS, SEARCH_ARGUMENT, SEARCH_AVAILABLE, SEARCH_FIELD_ENTER_BUTTON_JAVASCRIPT, SEARCH_LABEL, SEARCH_SIZE, SEARCH_VALUE, SELECTED_ARGUMENT, SELECTED_CHANGE_JS_FUNCTION, SELECTED_CLICK_JS_FUNCTION, SELECTED_LABEL, SELECTED_LIST_SECTION_IDENTIFIER, SELECTED_SIZE, SELECTED_STYLE, SHOW_CART_CURTAIN, SHOW_EMPTY_DESCRIPTOR, SWAP_JS_FUNCTION, TREE_NAME, TRUNCATE_SELECT_LIST_DISPLAY_MODE, TRUNCATE_SELECT_LIST_DISPLAY_SIZE, UP_AND_DOWN_AVAILABLE, UP_ARGUMENT, UP_ARGUMENT_VALUE, UP_CSS_IMAGE, UP_IMAGE, USE_DEFAULT
-
-
Constructor Summary
Constructors Constructor Description CartImpl()CartImpl constructor, initialize all Cart properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CartElementaddCartElement(CartElements result, WebDisplayUnit item)protected CartElementsgenerateAvailableCartElements(java.util.Enumeration cartElements)protected CartElementsgenerateSelectedCartElements(java.util.Enumeration cartElems)protected java.lang.StringgetAddAllTitle()protected java.lang.StringgetAddTitle()TaggetClickableDiv(java.lang.String[] jsHref)TaggetClickableSpan(java.lang.String[] jsHref)Generate aTaginstance for anSPANHTML element with an onClick handler using the information providedprotected java.lang.StringgetDownTitle()java.lang.ObjectgetProperty(java.lang.String key)Function that returns value for a given Cart's property.protected java.lang.StringgetRemoveAllTitle()protected java.lang.StringgetRemoveTitle()TaggetSelectTag(java.lang.String name, java.lang.String size, java.lang.String style, java.lang.String[] jsDblClick)Generate aTaginstance for aSELECTHTML element with the information providedprotected TagsFactorygetTagsFactory()Obtain an instance of theTagsFactoryclassprotected java.lang.StringgetUpTitle()voidinitializeCart()InitializeCart, for initializing all Cart properties to default values.voidrenderActionImage(MarkupOutput out, java.lang.String[] jsFunction, java.lang.String name, java.lang.String imageClass, java.lang.String title)Deprecated.voidrenderActionImage(MarkupOutput out, java.lang.String[] jsFunction, java.lang.String name, java.lang.String value, java.lang.String imageSource, java.lang.String imageClass, java.lang.String title)Dsiplays an image that the user will be enabled to click on and submit a request.voidrenderAdd(MarkupOutput out)renderAdd, function that abstracts Add arrow functionality and output.voidrenderAddAll(MarkupOutput out)renderAdd, function that abstracts Add arrow functionality and output.protected voidrenderAddRemoveButtonsInCart(MarkupOutput out, java.lang.Object availableItems)voidrenderAvailable(MarkupOutput out, CartElements items)This function will display available list of units defined in CartElements collection.voidrenderAvailable(MarkupOutput out, java.util.Enumeration availableItems)renderAvailable, function that abstracts Available output.protected voidrenderAvailableItem(MarkupOutput out, CartElement item)protected voidrenderAvailableItem(Tag parent, CartElement item)voidrenderCart(MarkupOutput out, CartElements availableItems, CartElements selectedItems)renderCart, function that abstracts standard Cart output.voidrenderCart(MarkupOutput out, java.util.Enumeration availableItems, java.util.Enumeration selectedItems)renderCart, function that abstracts standard Cart output.protected voidrenderCartCurtain(MarkupOutput out, java.lang.String cssPrefix)Render a curtainprotected voidrenderCartDiv(MarkupOutput out, java.lang.Object availableItems, java.lang.Object selectedItems, java.lang.String cssPrefix)voidrenderDown(MarkupOutput out)Displays move down HTML image arrow button.MarkupOutputrenderElement()Function that returns instance of output writer.protected voidrenderGenericCart(MarkupOutput out, java.lang.Object availableItems, java.lang.Object selectedItems)voidrenderIncrementalFetch(MarkupOutput out)renderIncrementalFetch, function that renders incremental fetch.voidrenderJavascriptFunction(java.lang.String[] function, MarkupOutput out)Deprecated.usegetClickableSpan(java.lang.String[])instead.voidrenderLabel(MarkupOutput out, java.lang.String labelName)Function for displaying HTML labels.voidrenderLabel(MarkupOutput out, java.lang.String labelName, java.lang.String forValue)Function for displaying HTML labels.voidrenderMatchCase(MarkupOutput out)Function that outputs AND / OR match output HTML radio button.voidrenderRemove(MarkupOutput out)renderRemove, function that abstracts Remove arrow functionality and output.voidrenderRemoveAll(MarkupOutput out)renderRemove, function that abstracts Remove arrow functionality and output.voidrenderSearch(MarkupOutput out)Function that abstracts HTML output for search section.voidrenderSearchButton(MarkupOutput out)Function that renders search HTML image button.protected voidrenderSearchDiv(MarkupOutput out, java.lang.String cssPrefix)voidrenderSearchField(MarkupOutput out)Function that renders search HTML textbox field where to enter search criteria.voidrenderSelected(MarkupOutput out, CartElements items)This function will display selected list of units defined in CartElements collection.voidrenderSelected(MarkupOutput out, java.util.Enumeration items)renderSelected, function that abstracts Selected output.protected voidrenderSelectedItem(MarkupOutput out, CartElement item)protected voidrenderSelectedItem(Tag parent, CartElement item)voidrenderUp(MarkupOutput out)Displays move up HTML image arrow button.voidsetEnabled(boolean value)Function for enabling or disabling the interaction scripts on the cart rendering.voidsetHideWaitPageFlag(boolean flag)Deprecated.- not needed anymore because we don't use anchor tags for executing javascript anymore.protected voidsetOptionTagTitle(Tag optionTag, CartElement item)if OPTION_TITLE is true, sets cart element's display name as title forvoidsetProperty(java.lang.String key, java.lang.Object obj)Function used for setting Cart properties.java.lang.StringtoString()Returns Class name-
Methods inherited from class com.microstrategy.web.app.gui.AbstractGuiElement
getAppContext, getDescriptor, getDescriptor, getDescriptor, getEventManager, getExtraInput, getExtraUrl, getFeatures, getMessages, getName, getUseIFrame, getWebComponent, isDhtml, isIFrameEnabled, newHiddenInputBuilder, newNamespaceEncoder, newURIBuilder, renderElement, setAppContext, setExtraInput, setExtraUrl, setName, setUseIFrame, setWebComponent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.microstrategy.web.app.gui.GuiElement
getAppContext, getDescriptor, getDescriptor, getEventManager, getExtraInput, getExtraUrl, getFeatures, getMessages, getName, getUseIFrame, getWebComponent, renderElement, setAppContext, setExtraInput, setExtraUrl, setName, setUseIFrame, setWebComponent
-
-
-
-
Method Detail
-
initializeCart
public void initializeCart()
InitializeCart, for initializing all Cart properties to default values.- Specified by:
initializeCartin interfaceCart
-
setEnabled
public void setEnabled(boolean value)
Description copied from interface:CartFunction for enabling or disabling the interaction scripts on the cart rendering.- Specified by:
setEnabledin interfaceCart- Parameters:
value- true- Since:
- MicroStrategy Web 9.0.0
-
renderCart
public void renderCart(MarkupOutput out, CartElements availableItems, CartElements selectedItems)
renderCart, function that abstracts standard Cart output.- Specified by:
renderCartin interfaceCart- Parameters:
out- where to write the output of the method.availableItems- enumeration of all available itemsselectedItems- enumeration of all selected items- Since:
- MicroStrategy Web 8.0.0
-
renderCart
public void renderCart(MarkupOutput out, java.util.Enumeration availableItems, java.util.Enumeration selectedItems)
renderCart, function that abstracts standard Cart output.- Specified by:
renderCartin interfaceCart- Parameters:
out- where to write the output of the method.availableItems- enumeration of all available itemsselectedItems- enumeration of all selected items
-
renderIncrementalFetch
public void renderIncrementalFetch(MarkupOutput out)
renderIncrementalFetch, function that renders incremental fetch.- Specified by:
renderIncrementalFetchin interfaceCart- Parameters:
out- where to write the output of the method.
-
generateAvailableCartElements
protected CartElements generateAvailableCartElements(java.util.Enumeration cartElements)
- Since:
- MicroStrategy Web 9.0.0
-
addCartElement
protected CartElement addCartElement(CartElements result, WebDisplayUnit item)
- Since:
- MicroStrategy Web 9.0.0
-
renderAvailable
public void renderAvailable(MarkupOutput out, java.util.Enumeration availableItems)
renderAvailable, function that abstracts Available output.- Specified by:
renderAvailablein interfaceCart- Parameters:
out- where to write the output of the method.availableItems- enumeration of all available items
-
renderAvailable
public void renderAvailable(MarkupOutput out, CartElements items)
This function will display available list of units defined in CartElements collection. It'll abstract what format to be used for rendering available list.- Specified by:
renderAvailablein interfaceCart- Parameters:
out- where to write the output of the method..items- collection of CartElements to be displayed in available list.- Since:
- MicroStrategy Web 8.0.0
-
renderAvailableItem
protected void renderAvailableItem(Tag parent, CartElement item)
-
renderAvailableItem
protected void renderAvailableItem(MarkupOutput out, CartElement item)
-
generateSelectedCartElements
protected CartElements generateSelectedCartElements(java.util.Enumeration cartElems)
- Since:
- MicroStrategy Web 9.0.0
-
renderSelected
public void renderSelected(MarkupOutput out, java.util.Enumeration items)
renderSelected, function that abstracts Selected output.- Specified by:
renderSelectedin interfaceCart- Parameters:
out- where to write the output of the method.items- enumeration of all selected items
-
renderSelected
public void renderSelected(MarkupOutput out, CartElements items)
This function will display selected list of units defined in CartElements collection. It'll abstract what format to be used for rendering selected list.- Specified by:
renderSelectedin interfaceCart- Parameters:
out- where to write the output of the method..items- collection of CartElements to be displayed.- Since:
- MicroStrategy Web 8.0.0
-
renderSelectedItem
protected void renderSelectedItem(Tag parent, CartElement item)
-
renderSelectedItem
protected void renderSelectedItem(MarkupOutput out, CartElement item)
- Since:
- MicroStrategy Web 9.0.0
-
setOptionTagTitle
protected void setOptionTagTitle(Tag optionTag, CartElement item)
if OPTION_TITLE is true, sets cart element's display name as title for- Parameters:
item- - CartElement
-
renderRemove
public void renderRemove(MarkupOutput out)
renderRemove, function that abstracts Remove arrow functionality and output.- Specified by:
renderRemovein interfaceCart- Parameters:
out- where to write the output of the method.
-
renderRemoveAll
public void renderRemoveAll(MarkupOutput out)
renderRemove, function that abstracts Remove arrow functionality and output.- Specified by:
renderRemoveAllin interfaceCart- Parameters:
out- where to write the output of the method.- Since:
- MicroStrategy Web 8.0.0
-
renderActionImage
public void renderActionImage(MarkupOutput out, java.lang.String[] jsFunction, java.lang.String name, java.lang.String value, java.lang.String imageSource, java.lang.String imageClass, java.lang.String title)
Dsiplays an image that the user will be enabled to click on and submit a request.- Parameters:
out- where to write the output of the methodjsFunction- array ofStringwith the JavaScript information to trigger when the user clicks on the image. If none is provided or the current output mode of the cart is does not support DHTML then the information will not be used.imageClass- full css class the image to create will haveimageSource- full image path for the image to be renderedtitle- tooltip to associate with the image to rendername- identifier for the image tag to create.- Since:
- MicroStrategy Web 9.0.0
-
renderActionImage
@Deprecated public void renderActionImage(MarkupOutput out, java.lang.String[] jsFunction, java.lang.String name, java.lang.String imageClass, java.lang.String title)
Deprecated.Dsiplays an image that the user will be enabled to click on and submit a request.- Specified by:
renderActionImagein interfaceCart- Parameters:
out- where to write the output of the methodjsFunction- array ofStringwith the JavaScript information to trigger when the user clicks on the image. If none is provided or the current output mode of the cart is does not support DHTML then the information will not be used.imageClass- full css class the image to create will havetitle- tooltip to associate with the image to rendername- identifier for the image tag to create.- Since:
- MicroStrategy Web 8.0.0
-
renderAdd
public void renderAdd(MarkupOutput out)
renderAdd, function that abstracts Add arrow functionality and output.
-
renderAddAll
public void renderAddAll(MarkupOutput out)
renderAdd, function that abstracts Add arrow functionality and output.- Specified by:
renderAddAllin interfaceCart- Parameters:
out- where to write the output of the method.- Since:
- MicroStrategy Web 8.0.0
-
renderUp
public void renderUp(MarkupOutput out)
Displays move up HTML image arrow button.
-
renderDown
public void renderDown(MarkupOutput out)
Displays move down HTML image arrow button.- Specified by:
renderDownin interfaceCart- Parameters:
out- where to write the output of the method.- Since:
- MicroStrategy Web 8.0.0
-
renderJavascriptFunction
@Deprecated public void renderJavascriptFunction(java.lang.String[] function, MarkupOutput out)Deprecated.usegetClickableSpan(java.lang.String[])instead.Function for rendering javascript code based upon parameters passed in function array. First element in array determine function name; remaining elements in array are the function arguments.- Parameters:
function- array of function name and parameters.out- where to write the output of the method.
-
renderMatchCase
public void renderMatchCase(MarkupOutput out)
Function that outputs AND / OR match output HTML radio button. This is a global operator that groups all qualifications made by the user.- Specified by:
renderMatchCasein interfaceCart- Parameters:
out- where to write the output of the method.
-
renderSearch
public void renderSearch(MarkupOutput out)
Function that abstracts HTML output for search section.- Specified by:
renderSearchin interfaceCart- Parameters:
out- where to write the output of the method.
-
renderSearchField
public void renderSearchField(MarkupOutput out)
Function that renders search HTML textbox field where to enter search criteria.- Specified by:
renderSearchFieldin interfaceCart- Parameters:
out- where to write the output of the method.
-
renderSearchButton
public void renderSearchButton(MarkupOutput out)
Function that renders search HTML image button.- Specified by:
renderSearchButtonin interfaceCart- Parameters:
out- where to write the output of the method.
-
renderLabel
public void renderLabel(MarkupOutput out, java.lang.String labelName)
Function for displaying HTML labels.- Specified by:
renderLabelin interfaceCart- Parameters:
out- where to write the output of the method.labelName- string of label to be displayed.
-
renderLabel
public void renderLabel(MarkupOutput out, java.lang.String labelName, java.lang.String forValue)
Function for displaying HTML labels.- Specified by:
renderLabelin interfaceCart- Parameters:
out- where to write the output of the method.labelName- string of label to be displayed.forValue- string value for theFORattribute of theLABELHTML tag.- Since:
- MicroStrategy Web 8.0.0
-
renderElement
public MarkupOutput renderElement()
Function that returns instance of output writer.- Specified by:
renderElementin interfaceGuiElement- Specified by:
renderElementin classAbstractGuiElement- Returns:
- MarkupOutput
-
toString
public java.lang.String toString()
Returns Class name- Overrides:
toStringin classjava.lang.Object- Returns:
- Class name
-
setProperty
public void setProperty(java.lang.String key, java.lang.Object obj)Function used for setting Cart properties. Key is the name of the property and obj its value.- Specified by:
setPropertyin interfaceCart- Parameters:
key- name of propertyobj- property's value.
-
getProperty
public java.lang.Object getProperty(java.lang.String key)
Function that returns value for a given Cart's property.- Specified by:
getPropertyin interfaceCart- Parameters:
key- name of property- Returns:
- Objest value held by property
-
setHideWaitPageFlag
@Deprecated public void setHideWaitPageFlag(boolean flag)
Deprecated.- not needed anymore because we don't use anchor tags for executing javascript anymore.Function for making sure javascript code for hiding wait page is appended to add/remove image buttons- Specified by:
setHideWaitPageFlagin interfaceCart- Parameters:
flag- true if extra code is appended.
-
getClickableSpan
public Tag getClickableSpan(java.lang.String[] jsHref)
Generate aTaginstance for anSPANHTML element with an onClick handler using the information provided- Parameters:
jsHref- aStringarray with JavaScript information to assign to theonclickattribute of the tag. The first element of the array will be the name of the method, the following elements will be the arguments of the method in the same order as specified.- Returns:
- a
Taginstance initialized, created as anSPANHTML element. The JavaScript information will be assigned to it only if theEnumCartProperties.OUTPUT_MODEproperty has been assigned asTrueindicating it is on DHTML mode. - Since:
- MicroStrategy Web 8.0.0
-
getClickableDiv
public Tag getClickableDiv(java.lang.String[] jsHref)
- Since:
- MicroStrategy Web 9.0.0
-
getSelectTag
public Tag getSelectTag(java.lang.String name, java.lang.String size, java.lang.String style, java.lang.String[] jsDblClick)
Generate aTaginstance for aSELECTHTML element with the information provided- Parameters:
name-Stringwith theidandnameinformation the HTML tag will havesize-Stringwith thesizeinformation the select tag will havestyle-Stringwith thestyleinformation the tag will havejsDblClick- aStringarray with JavaScript information to assign to theondblclickevent of the tag. The first element of the array will be the name of the method, the following elements will be the arguments of the method in the same order as specified.- Returns:
- a
Taginstance initialized, created as aSELECTHTML element. The JavaScript information will be assigned to it only if theEnumCartProperties.OUTPUT_MODEproperty has been assigned asTrueindicating it is on DHTML mode. The tag will allow multi-select if theEnumCartProperties.MULTI_SELECTproperty indicates so. - Since:
- MicroStrategy Web 8.0.0
-
getTagsFactory
protected TagsFactory getTagsFactory()
Obtain an instance of theTagsFactoryclass- Overrides:
getTagsFactoryin classAbstractGuiElement- Returns:
- a
TagsFactoryinstance - Since:
- MicroStrategy Web 8.0.0
-
renderGenericCart
protected void renderGenericCart(MarkupOutput out, java.lang.Object availableItems, java.lang.Object selectedItems)
- Since:
- MicroStrategy Web 8.0.0
-
renderCartDiv
protected void renderCartDiv(MarkupOutput out, java.lang.Object availableItems, java.lang.Object selectedItems, java.lang.String cssPrefix) throws UnmodifiableException
- Throws:
UnmodifiableException- Since:
- MicroStrategy Web 9.0.0
-
renderCartCurtain
protected void renderCartCurtain(MarkupOutput out, java.lang.String cssPrefix)
Render a curtain- Since:
- MicroStrategy Web 9.0.0
-
renderAddRemoveButtonsInCart
protected void renderAddRemoveButtonsInCart(MarkupOutput out, java.lang.Object availableItems)
- Since:
- MicroStrategy Web 9.0.0
-
renderSearchDiv
protected void renderSearchDiv(MarkupOutput out, java.lang.String cssPrefix)
- Since:
- MicroStrategy Web 9.0.0
-
getRemoveTitle
protected java.lang.String getRemoveTitle()
- Returns:
- The title used for the remove button
- Since:
- MicroStrategy Web 9.0.0
-
getRemoveAllTitle
protected java.lang.String getRemoveAllTitle()
- Returns:
- The title used for the remove all button
- Since:
- MicroStrategy Web 9.0.0
-
getAddTitle
protected java.lang.String getAddTitle()
- Returns:
- The title used for the add button
- Since:
- MicroStrategy Web 9.0.0
-
getAddAllTitle
protected java.lang.String getAddAllTitle()
- Returns:
- The title used for the add all button
- Since:
- MicroStrategy Web 9.0.0
-
getUpTitle
protected java.lang.String getUpTitle()
- Returns:
- The title used for the up button
- Since:
- MicroStrategy Web 9.0.0
-
getDownTitle
protected java.lang.String getDownTitle()
- Returns:
- The title used for the down button
- Since:
- MicroStrategy Web 9.0.0
-
-