java.lang.Object | |
↳ | com.microstrategy.web.app.gui.SimpleCartElement |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SimpleCartElement(String displayName, String value) |
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 |
setSelected(boolean flag)
Specifies whether this element has been selected.
|
[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 |
---|