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 CartElement
addCartElement(CartElements result, WebDisplayUnit item)
protected CartElements
generateAvailableCartElements(java.util.Enumeration cartElements)
protected CartElements
generateSelectedCartElements(java.util.Enumeration cartElems)
protected java.lang.String
getAddAllTitle()
protected java.lang.String
getAddTitle()
Tag
getClickableDiv(java.lang.String[] jsHref)
Tag
getClickableSpan(java.lang.String[] jsHref)
Generate aTag
instance for anSPAN
HTML element with an onClick handler using the information providedprotected java.lang.String
getDownTitle()
java.lang.Object
getProperty(java.lang.String key)
Function that returns value for a given Cart's property.protected java.lang.String
getRemoveAllTitle()
protected java.lang.String
getRemoveTitle()
Tag
getSelectTag(java.lang.String name, java.lang.String size, java.lang.String style, java.lang.String[] jsDblClick)
Generate aTag
instance for aSELECT
HTML element with the information providedprotected TagsFactory
getTagsFactory()
Obtain an instance of theTagsFactory
classprotected java.lang.String
getUpTitle()
void
initializeCart()
InitializeCart, for initializing all Cart properties to default values.void
renderActionImage(MarkupOutput out, java.lang.String[] jsFunction, java.lang.String name, java.lang.String imageClass, java.lang.String title)
Deprecated.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.void
renderAdd(MarkupOutput out)
renderAdd, function that abstracts Add arrow functionality and output.void
renderAddAll(MarkupOutput out)
renderAdd, function that abstracts Add arrow functionality and output.protected void
renderAddRemoveButtonsInCart(MarkupOutput out, java.lang.Object availableItems)
void
renderAvailable(MarkupOutput out, CartElements items)
This function will display available list of units defined in CartElements collection.void
renderAvailable(MarkupOutput out, java.util.Enumeration availableItems)
renderAvailable, function that abstracts Available output.protected void
renderAvailableItem(MarkupOutput out, CartElement item)
protected void
renderAvailableItem(Tag parent, CartElement item)
void
renderCart(MarkupOutput out, CartElements availableItems, CartElements selectedItems)
renderCart, function that abstracts standard Cart output.void
renderCart(MarkupOutput out, java.util.Enumeration availableItems, java.util.Enumeration selectedItems)
renderCart, function that abstracts standard Cart output.protected void
renderCartCurtain(MarkupOutput out, java.lang.String cssPrefix)
Render a curtainprotected void
renderCartDiv(MarkupOutput out, java.lang.Object availableItems, java.lang.Object selectedItems, java.lang.String cssPrefix)
void
renderDown(MarkupOutput out)
Displays move down HTML image arrow button.MarkupOutput
renderElement()
Function that returns instance of output writer.protected void
renderGenericCart(MarkupOutput out, java.lang.Object availableItems, java.lang.Object selectedItems)
void
renderIncrementalFetch(MarkupOutput out)
renderIncrementalFetch, function that renders incremental fetch.void
renderJavascriptFunction(java.lang.String[] function, MarkupOutput out)
Deprecated.usegetClickableSpan(java.lang.String[])
instead.void
renderLabel(MarkupOutput out, java.lang.String labelName)
Function for displaying HTML labels.void
renderLabel(MarkupOutput out, java.lang.String labelName, java.lang.String forValue)
Function for displaying HTML labels.void
renderMatchCase(MarkupOutput out)
Function that outputs AND / OR match output HTML radio button.void
renderRemove(MarkupOutput out)
renderRemove, function that abstracts Remove arrow functionality and output.void
renderRemoveAll(MarkupOutput out)
renderRemove, function that abstracts Remove arrow functionality and output.void
renderSearch(MarkupOutput out)
Function that abstracts HTML output for search section.void
renderSearchButton(MarkupOutput out)
Function that renders search HTML image button.protected void
renderSearchDiv(MarkupOutput out, java.lang.String cssPrefix)
void
renderSearchField(MarkupOutput out)
Function that renders search HTML textbox field where to enter search criteria.void
renderSelected(MarkupOutput out, CartElements items)
This function will display selected list of units defined in CartElements collection.void
renderSelected(MarkupOutput out, java.util.Enumeration items)
renderSelected, function that abstracts Selected output.protected void
renderSelectedItem(MarkupOutput out, CartElement item)
protected void
renderSelectedItem(Tag parent, CartElement item)
void
renderUp(MarkupOutput out)
Displays move up HTML image arrow button.void
setEnabled(boolean value)
Function for enabling or disabling the interaction scripts on the cart rendering.void
setHideWaitPageFlag(boolean flag)
Deprecated.- not needed anymore because we don't use anchor tags for executing javascript anymore.protected void
setOptionTagTitle(Tag optionTag, CartElement item)
if OPTION_TITLE is true, sets cart element's display name as title forvoid
setProperty(java.lang.String key, java.lang.Object obj)
Function used for setting Cart properties.java.lang.String
toString()
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:
initializeCart
in interfaceCart
-
setEnabled
public void setEnabled(boolean value)
Description copied from interface:Cart
Function for enabling or disabling the interaction scripts on the cart rendering.- Specified by:
setEnabled
in 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:
renderCart
in 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:
renderCart
in 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:
renderIncrementalFetch
in 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:
renderAvailable
in 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:
renderAvailable
in 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:
renderSelected
in 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:
renderSelected
in 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:
renderRemove
in 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:
renderRemoveAll
in 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 ofString
with 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
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:
renderActionImage
in interfaceCart
- Parameters:
out
- where to write the output of the methodjsFunction
- array ofString
with 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:
renderAddAll
in 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:
renderDown
in interfaceCart
- Parameters:
out
- where to write the output of the method.- Since:
- MicroStrategy Web 8.0.0
-
renderJavascriptFunction
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:
renderMatchCase
in 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:
renderSearch
in 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:
renderSearchField
in 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:
renderSearchButton
in 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:
renderLabel
in 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:
renderLabel
in interfaceCart
- Parameters:
out
- where to write the output of the method.labelName
- string of label to be displayed.forValue
- string value for theFOR
attribute of theLABEL
HTML tag.- Since:
- MicroStrategy Web 8.0.0
-
renderElement
public MarkupOutput renderElement()
Function that returns instance of output writer.- Specified by:
renderElement
in interfaceGuiElement
- Specified by:
renderElement
in classAbstractGuiElement
- Returns:
- MarkupOutput
-
toString
public java.lang.String toString()
Returns Class name- Overrides:
toString
in 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:
setProperty
in 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:
getProperty
in interfaceCart
- Parameters:
key
- name of property- Returns:
- Objest value held by property
-
setHideWaitPageFlag
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:
setHideWaitPageFlag
in interfaceCart
- Parameters:
flag
- true if extra code is appended.
-
getClickableSpan
public Tag getClickableSpan(java.lang.String[] jsHref)
Generate aTag
instance for anSPAN
HTML element with an onClick handler using the information provided- Parameters:
jsHref
- aString
array with JavaScript information to assign to theonclick
attribute 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
Tag
instance initialized, created as anSPAN
HTML element. The JavaScript information will be assigned to it only if theEnumCartProperties.OUTPUT_MODE
property has been assigned asTrue
indicating 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 aTag
instance for aSELECT
HTML element with the information provided- Parameters:
name
-String
with theid
andname
information the HTML tag will havesize
-String
with thesize
information the select tag will havestyle
-String
with thestyle
information the tag will havejsDblClick
- aString
array with JavaScript information to assign to theondblclick
event 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
Tag
instance initialized, created as aSELECT
HTML element. The JavaScript information will be assigned to it only if theEnumCartProperties.OUTPUT_MODE
property has been assigned asTrue
indicating it is on DHTML mode. The tag will allow multi-select if theEnumCartProperties.MULTI_SELECT
property indicates so. - Since:
- MicroStrategy Web 8.0.0
-
getTagsFactory
protected TagsFactory getTagsFactory()
Obtain an instance of theTagsFactory
class- Overrides:
getTagsFactory
in classAbstractGuiElement
- Returns:
- a
TagsFactory
instance - 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
-
-