SlicerCacheItem
Contents
[
Hide
]SlicerCacheItem class
Represent slicer data source item
class SlicerCacheItem;
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | boolean | The 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;