Package com.microstrategy.web.app.gui
Interface CartElement
-
- All Known Implementing Classes:
CartElementAttribute
,CartElementBasic
,CartElementFolder
,CartElementGeneric
,CartElementRWDataField
,CartElementTree
,CartElementTU
,CartElementWebAttributeForm
,CartElementWebElement
,CartElementWebObjectInfo
,ContactCartElement
,SimpleCartElement
public interface CartElement
Title: CartElement.
Description:
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDisplayName()
Get display name to be used in HTML field.java.lang.String
getValue()
Gets formatted text for value field.boolean
isSelected()
Indicates whether given Cart element is selected or not.void
setSelected(boolean flag)
Specifies whether this element has been selected.
-
-
-
Method Detail
-
getValue
java.lang.String getValue()
Gets formatted text for value field.- Returns:
- String
-
getDisplayName
java.lang.String getDisplayName()
Get display name to be used in HTML field.- Returns:
- String
-
isSelected
boolean isSelected()
Indicates whether given Cart element is selected or not.- Returns:
- boolean value
-
setSelected
void setSelected(boolean flag)
Specifies whether this element has been selected.- Parameters:
flag
- boolean value
-
-