Package com.microstrategy.web.objects.rw
Interface RWHTMLObject
-
- All Superinterfaces:
RWObject
,RWUnit
,WebHyperLinkContainer
public interface RWHTMLObject extends RWObject
Represents HTML container.- Since:
- MicroStrategy Web 10.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getRawDataValue()
Return raw data value for HTML container which includes raw value of dynamic text.-
Methods inherited from interface com.microstrategy.web.objects.rw.RWObject
getHyperLink, getToolTip, getValue, 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
-
-