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 IIntbox
IIntbox. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IIntbox Modifier and Type Method Description static IIntbox
IIntboxCtrl. from(Intbox instance)
static IIntbox
IIntbox. of(int value)
Returns the instance with the given value.static IIntbox
IIntbox. of(java.lang.Integer value)
Returns the instance with the given value.static IIntbox
IIntbox. ofCols(int cols)
Returns the instance with the given cols.static IIntbox
IIntbox. ofConstraint(java.lang.String constraint)
Returns the instance with the given constraint.static IIntbox
IIntbox. ofId(java.lang.String id)
Returns the instance with the given id.IIntbox
IIntbox. withValue(java.lang.Integer value)
-