Class Overview
Title:
Description:
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
Summary
Public Methods |
String
|
getValue()
Gets formatted text for value field.
|
[Expand]
Inherited Methods |
From class
com.microstrategy.web.app.gui.CartElementWebObjectInfo
boolean
|
equals(Object elemToCompare)
Indicates whether this CartElement is same object passed as parameter.
|
String
|
getDisplayName()
Get display name to be used in HTML field.
|
WebObjectInfo
|
getObjectInfo()
Gets template unit object being wrapped.
|
String
|
getValue()
Gets formatted text for value field.
|
int
|
hashCode()
|
boolean
|
isSelected()
Indicates whether given Cart element is selected or not.
|
void
|
setAlias(String alias)
Specifies the alias for the element
|
void
|
setSelected(boolean flag)
Specifies whether this element has been selected.
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.microstrategy.web.app.gui.CartElement
abstract
String
|
getDisplayName()
Get display name to be used in HTML field.
|
abstract
String
|
getValue()
Gets formatted text for value field.
|
abstract
boolean
|
isSelected()
Indicates whether given Cart element is selected or not.
|
abstract
void
|
setSelected(boolean flag)
Specifies whether this element has been selected.
|
|
Public Constructors
Public Methods
public
String
getValue
()
Gets formatted text for value field.
Returns
String
value with the formated text for the value field.