[]
        
(Showing Draft Content)

ISlicerItem

Interface ISlicerItem


public interface ISlicerItem
Represents an item in a slicer.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets whether the slicer item is selected.
    Gets the value of the slicer item.
    void
    setSelected(boolean value)
    Sets whether the slicer item is selected.
  • Method Details

    • getValue

      String 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.