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 CartElementTitle: 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.StringgetDisplayName()Get display name to be used in HTML field.java.lang.StringgetValue()Gets formatted text for value field.booleanisSelected()Indicates whether given Cart element is selected or not.voidsetSelected(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
-
-