Package com.microstrategy.web.app.gui
Class CartElementTU
- java.lang.Object
 - 
- com.microstrategy.web.app.gui.CartElementTU
 
 
- 
- All Implemented Interfaces:
 CartElement
public class CartElementTU extends java.lang.Object implements CartElement
Title: CartElementTU.
Description:
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CartElementTU(WebTemplateUnit templateUnit)Class constructor. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayName()Get display name to be used in HTML field.WebTemplateUnitgetTemplateUnitObject()java.lang.StringgetValue()Gets formatted text for value field.booleanisSelected()Indicates whether given Cart element is selected or not.voidsetSelected(boolean flag)Specifies whether this element has been selected. 
 - 
 
- 
- 
Constructor Detail
- 
CartElementTU
public CartElementTU(WebTemplateUnit templateUnit)
Class constructor.- Parameters:
 templateUnit-WebTemplateUnitinstance to initialize this cart instance.
 
 - 
 
- 
Method Detail
- 
getValue
public java.lang.String getValue()
Description copied from interface:CartElementGets formatted text for value field.- Specified by:
 getValuein interfaceCartElement- Returns:
 Stringvalue with the formatted text for the value field.
 
- 
getDisplayName
public java.lang.String getDisplayName()
Description copied from interface:CartElementGet display name to be used in HTML field.- Specified by:
 getDisplayNamein interfaceCartElement- Returns:
 Stringvale with the display name to be used as HTML field.
 
- 
isSelected
public boolean isSelected()
Description copied from interface:CartElementIndicates whether given Cart element is selected or not.- Specified by:
 isSelectedin interfaceCartElement- Returns:
 booleanvalue inticating whether the given cart element is selected or not.
 
- 
setSelected
public void setSelected(boolean flag)
Specifies whether this element has been selected.- Specified by:
 setSelectedin interfaceCartElement- Parameters:
 flag-booleanvalue indicating if this cart element is selected or not.
 
- 
getTemplateUnitObject
public WebTemplateUnit getTemplateUnitObject()
- Returns:
 WebTemplateUnitinstance associated with this cart instance.
 
 - 
 
 -