Interface ISlicerItem
public interface ISlicerItem
Represents an item in a slicer.
-
Method Summary
boolean
Gets whether the slicer item is selected.
Gets the value of the slicer item.
void
Sets whether the slicer item is selected.
-
Method Details
-
getValue
Gets the value of the slicer item.
-
getSelected
boolean getSelected()
Gets whether the slicer item is selected.
-
setSelected
void setSelected(boolean value)
Sets whether the slicer item is selected.