Package | Description |
---|---|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
Modifier and Type | Method and 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.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.