public class ItemSelectionEvent extends ItemEvent
Modifier and Type | Method and Description |
---|---|
boolean |
getIsDeselected()
Gets a value indicating whether the item was deselected.
|
boolean |
getIsSelected()
Gets a value indicating whether the item was selected.
|
public boolean getIsSelected()
This property is mutually exclusive with getIsDeselected()
, that is, when one of
them is false, the other is true, and vice versa.
public boolean getIsDeselected()
This property is mutually exclusive with getIsSelected()
, that is, when one of
them is false, the other is true, and vice versa.