Uses of Interface
org.zkoss.stateless.sul.IIntbox
-
Packages that use IIntbox Package Description org.zkoss.stateless.sul -
-
Uses of IIntbox in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IIntbox Modifier and Type Field Description static IIntboxIIntbox. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IIntbox Modifier and Type Method Description static IIntboxIIntboxCtrl. from(org.zkoss.zul.Intbox instance)static IIntboxIIntbox. of(int value)Returns the instance with the given value.static IIntboxIIntbox. of(java.lang.Integer value)Returns the instance with the given value.static IIntboxIIntbox. ofCols(int cols)Returns the instance with the given cols.static IIntboxIIntbox. ofConstraint(java.lang.String constraint)Returns the instance with the given constraint.static IIntboxIIntbox. ofId(java.lang.String id)Returns the instance with the given id.IIntboxIIntbox. withValue(java.lang.Integer value)
-