Uses of Class
org.zkoss.zul.Checkbox.State
-
Packages that use Checkbox.State Package Description org.zkoss.zul -
-
Uses of Checkbox.State in org.zkoss.zul
Methods in org.zkoss.zul that return Checkbox.State Modifier and Type Method Description Checkbox.State
Checkbox. getState()
Returns the current state according to isIndeterminate() and isChecked().static Checkbox.State
Checkbox.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Checkbox.State[]
Checkbox.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-