public interface ISlicerItem
| Modifier and Type | Method and Description |
|---|---|
boolean |
getSelected()
Gets whether the slicer item is selected.
|
java.lang.String |
getValue()
Gets the value of the slicer item.
|
void |
setSelected(boolean value)
Sets whether the slicer item is selected.
|