Uses of Interface
org.zkoss.stateless.sul.ICheckbox
-
Packages that use ICheckbox Package Description org.zkoss.stateless.sul -
-
Uses of ICheckbox in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ICheckbox Modifier and Type Field Description static ICheckbox
ICheckbox. DEFAULT
Constant for default attributes of this immutable component.static ICheckbox
ICheckbox. SWITCH
Constant for switch mold attributes of this immutable component.static ICheckbox
ICheckbox. TOGGLE
Constant for toggle mold attributes of this immutable component.static ICheckbox
ICheckbox. TRISTATE
Constant for tristate mold attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ICheckbox Modifier and Type Method Description static ICheckbox
ICheckboxCtrl. from(Checkbox instance)
static ICheckbox
ICheckbox. of(java.lang.String label)
Returns the instance with the given label.static ICheckbox
ICheckbox. of(java.lang.String label, java.lang.String image)
Returns the instance with the given label and image.static ICheckbox
ICheckbox. ofId(java.lang.String id)
Returns the instance with the given id.static ICheckbox
ICheckbox. ofImage(java.lang.String image)
Returns the instance with the given image.
-