Uses of Class
eu.webtoolkit.jwt.CheckState

Packages that use CheckState
eu.webtoolkit.jwt JWt main package, this package contains all JWt widgets (except for Chart and Auth widgets). 
 

Uses of CheckState in eu.webtoolkit.jwt
 

Methods in eu.webtoolkit.jwt that return CheckState
 CheckState WCheckBox.getCheckState()
          Returns the check state.
 CheckState WStandardItem.getCheckState()
          Returns the item's check state.
static CheckState CheckState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CheckState[] CheckState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.webtoolkit.jwt with parameters of type CheckState
 void WCheckBox.setCheckState(CheckState state)
          Sets the check state.
 void WStandardItem.setCheckState(CheckState state)
          Sets the check state.