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 WebAttributeForm
getAttributeForm()
Gets template unit object being wrapped.java.lang.String
getDisplayName()
Get use name to be used in HTML field.java.lang.String
getValue()
Gets formatted text for value field.boolean
isOnView()
void
setIsOnView(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:
getValue
in interfaceCartElement
- Overrides:
getValue
in classCartElementWebObjectInfo
- Returns:
- String
-
getDisplayName
public java.lang.String getDisplayName()
Get use name to be used in HTML field.- Specified by:
getDisplayName
in interfaceCartElement
- Overrides:
getDisplayName
in 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)
-
-