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 ICheckboxICheckbox. DEFAULTConstant for default attributes of this immutable component.static ICheckboxICheckbox. SWITCHConstant for switch mold attributes of this immutable component.static ICheckboxICheckbox. TOGGLEConstant for toggle mold attributes of this immutable component.static ICheckboxICheckbox. TRISTATEConstant for tristate mold attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ICheckbox Modifier and Type Method Description static ICheckboxICheckboxCtrl. from(org.zkoss.zul.Checkbox instance)static ICheckboxICheckbox. of(java.lang.String label)Returns the instance with the given label.static ICheckboxICheckbox. of(java.lang.String label, java.lang.String image)Returns the instance with the given label and image.static ICheckboxICheckbox. ofId(java.lang.String id)Returns the instance with the given id.static ICheckboxICheckbox. ofImage(java.lang.String image)Returns the instance with the given image.
-