Package com.microstrategy.web.objects.rw
Interface RWObject
-
- All Superinterfaces:
RWUnit
,WebHyperLinkContainer
- All Known Subinterfaces:
RWConditionSelectorControlObject
,RWGridGraphObject
,RWHTMLObject
,RWSelectorControlObject
,RWTextObject
- All Known Implementing Classes:
RWConditionSelectorControlObjectImpl
public interface RWObject extends RWUnit, WebHyperLinkContainer
Represents a data object- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getHyperLink()
Returns a hyperlink associated with the objectjava.lang.String
getToolTip()
Returns a tooltip associated with the objectjava.lang.Object
getValue()
Returns object value.boolean
isHidden()
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWUnit
getDefinition, getParent, getThresholdId, getTransactionAction, isFirst, isLast, nextSibling, prevSibling
-
Methods inherited from interface com.microstrategy.web.objects.WebHyperLinkContainer
getHyperLinks, newHyperLink
-
-
-
-
Method Detail
-
getValue
java.lang.Object getValue()
Returns object value. A type of value object depends on the type of data object:Label String Text String Image String Grid/Graph RWViewInstance - Returns:
- object value.
-
getToolTip
java.lang.String getToolTip()
Returns a tooltip associated with the object- Returns:
- a tooltip associated with the object String
-
getHyperLink
java.lang.String getHyperLink()
Returns a hyperlink associated with the object- Returns:
- a hyperlink associated with the object
-
isHidden
boolean isHidden()
-
-