java.lang.Object | |
↳ | com.microstrategy.web.app.gui.CartElementAttribute |
Title: CartElementAttribute.
Description:
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CartElementAttribute(String data)
Class constructor
|
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)
Define if the element is selected or not
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Class constructor
data | String value with the value of the cart.
|
---|
Get display name to be used in HTML field.
String
value with the display name for the element attribute
Gets formatted text for value field.
String
value for the element attribute
Indicates whether given Cart element is selected or not.
boolean
value indicating if the element is selected
or not. By default returns False
Define if the element is selected or not
flag | boolean value indicating if the element is selected
or not.
|
---|