Uses of Enum Class
eu.webtoolkit.jwt.CheckState
-
Uses of CheckState in eu.webtoolkit.jwt
Modifier and TypeMethodDescriptionWCheckBox.getCheckState()
Returns the check state.WStandardItem.getCheckState()
Returns the item's check state.static CheckState
Returns the enum constant of this class with the specified name.static CheckState[]
CheckState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
WCheckBox.setCheckState
(CheckState state) Sets the check state.void
WStandardItem.setCheckState
(CheckState state) Sets the check state.