java.lang.Object | |
↳ | com.microstrategy.web.app.gui.CartElementBasic |
Title: CartElementBasic.
Description: Basic implementation of the cart element that does not depend on other objects.
Properties can be set directly.
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CartElementBasic(String value, String displayName) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getDisplayName()
Get display name to be used in HTML field.
| ||||||||||
String |
getValue()
Gets formatted text for value field.
| ||||||||||
boolean |
isSelected()
Indicates whether given Cart element is selected or not.
| ||||||||||
void | setDisplayName(String displayName) | ||||||||||
void |
setSelected(boolean flag)
Specifies whether this element has been selected.
| ||||||||||
void | setValue(String value) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Get display name to be used in HTML field.
Gets formatted text for value field.
Indicates whether given Cart element is selected or not.
Specifies whether this element has been selected.
flag | boolean value |
---|