Package com.microstrategy.web.app.gui
Class CartElementWebAttributeForm
- java.lang.Object
 - 
- com.microstrategy.web.app.gui.CartElementWebObjectInfo
 - 
- com.microstrategy.web.app.gui.CartElementWebAttributeForm
 
 
 
- 
- All Implemented Interfaces:
 CartElement
public class CartElementWebAttributeForm extends CartElementWebObjectInfo
Title: CartElementWebAttributeForm.
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 CartElementWebAttributeForm(WebAttributeForm data) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebAttributeFormgetAttributeForm()Gets template unit object being wrapped.java.lang.StringgetDisplayName()Get use name to be used in HTML field.java.lang.StringgetValue()Gets formatted text for value field.booleanisOnView()voidsetIsOnView(boolean isOnView)- 
Methods inherited from class com.microstrategy.web.app.gui.CartElementWebObjectInfo
equals, getObjectInfo, hashCode, isSelected, setAlias, setSelected 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
CartElementWebAttributeForm
public CartElementWebAttributeForm(WebAttributeForm data)
 
 - 
 
- 
Method Detail
- 
getValue
public java.lang.String getValue()
Gets formatted text for value field.- Specified by:
 getValuein interfaceCartElement- Overrides:
 getValuein classCartElementWebObjectInfo- Returns:
 - String
 
 
- 
getDisplayName
public java.lang.String getDisplayName()
Get use name to be used in HTML field.- Specified by:
 getDisplayNamein interfaceCartElement- Overrides:
 getDisplayNamein classCartElementWebObjectInfo- Returns:
 - String
 
 
- 
getAttributeForm
public WebAttributeForm getAttributeForm()
Gets template unit object being wrapped.- Returns:
 - Object
 
 
- 
isOnView
public boolean isOnView()
 
- 
setIsOnView
public void setIsOnView(boolean isOnView)
 
 - 
 
 -