Package com.microstrategy.web.objects.rw
Interface RWGridGraphObject
-
- All Superinterfaces:
RWObject,RWUnit,WebHyperLinkContainer
public interface RWGridGraphObject extends RWObject
- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RWGridIfSettingsgetIfSettings()Returns grid incremental fetch settingsintgetSliceID()Returns the sliced window ID of the grid graph object.-
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
-
-
-
-
Method Detail
-
getSliceID
int getSliceID()
Returns the sliced window ID of the grid graph object.- Returns:
- the sliced window ID.
-
getIfSettings
RWGridIfSettings getIfSettings()
Returns grid incremental fetch settings- Since:
- MicroStrategy Web 9.0.1
-
-