Package com.microstrategy.web.app.gui
Class CartElementRWDataField
- java.lang.Object
-
- com.microstrategy.web.app.gui.CartElementWebObjectInfo
-
- com.microstrategy.web.app.gui.CartElementRWDataField
-
- All Implemented Interfaces:
CartElement
public class CartElementRWDataField extends CartElementWebObjectInfo
Title:
Description:
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
-
Fields inherited from class com.microstrategy.web.app.gui.CartElementWebObjectInfo
_aliasName, _objInfo
-
-
Constructor Summary
Constructors Constructor Description CartElementRWDataField(WebObjectInfo data)
Class Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue()
Gets formatted text for value field.-
Methods inherited from class com.microstrategy.web.app.gui.CartElementWebObjectInfo
equals, getDisplayName, getObjectInfo, hashCode, isSelected, setAlias, setSelected
-
-
-
-
Constructor Detail
-
CartElementRWDataField
public CartElementRWDataField(WebObjectInfo data)
Class Constructor.- Parameters:
data
-WebObjectInfo
instance to initialize this cart.
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Description copied from class:CartElementWebObjectInfo
Gets formatted text for value field.- Specified by:
getValue
in interfaceCartElement
- Overrides:
getValue
in classCartElementWebObjectInfo
- Returns:
String
value with the formated text for the value field.
-
-