java.lang.Object | |
↳ | com.microstrategy.web.app.gui.CartElementTU |
Title: CartElementTU.
Description:
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CartElementTU(WebTemplateUnit templateUnit)
Class constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getDisplayName()
Get display name to be used in HTML field.
| ||||||||||
WebTemplateUnit | getTemplateUnitObject() | ||||||||||
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Class constructor.
templateUnit | WebTemplateUnit instance to initialize this cart instance.
|
---|
Get display name to be used in HTML field.
String
vale with the display name to be used as HTML field.
WebTemplateUnit
instance associated with this cart instance.
Gets formatted text for value field.
String
value with the formatted text for the value field.
Indicates whether given Cart element is selected or not.
boolean
value inticating whether the given cart element
is selected or not.
Specifies whether this element has been selected.
flag | boolean value indicating if this cart element is
selected or not.
|
---|