SlicerCacheItem

SlicerCacheItem class

Represent slicer data source item

class SlicerCacheItem;

Methods

MethodDescription
getSelected()Specifies whether the SlicerItem is selected or not.
setSelected(boolean)Specifies whether the SlicerItem is selected or not.
getValue()Returns the label text for the slicer item. Read-only.
isNull()Checks whether the implementation object is null.

getSelected()

Specifies whether the SlicerItem is selected or not.

getSelected() : boolean;

setSelected(boolean)

Specifies whether the SlicerItem is selected or not.

setSelected(value: boolean) : void;

Parameters:

ParameterTypeDescription
valuebooleanThe value to set.

getValue()

Returns the label text for the slicer item. Read-only.

getValue() : string;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;