Uses of Interface
org.zkoss.stateless.sul.ILongbox
-
Packages that use ILongbox Package Description org.zkoss.stateless.sul -
-
Uses of ILongbox in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ILongbox Modifier and Type Field Description static ILongbox
ILongbox. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ILongbox Modifier and Type Method Description static ILongbox
ILongboxCtrl. from(Longbox instance)
static ILongbox
ILongbox. of(long value)
Returns the instance with the given value.static ILongbox
ILongbox. of(java.lang.Long value)
Returns the instance with the given value.static ILongbox
ILongbox. ofCols(int cols)
Returns the instance with the given cols.static ILongbox
ILongbox. ofConstraint(java.lang.String constraint)
Returns the instance with the given constraint.static ILongbox
ILongbox. ofId(java.lang.String id)
Returns the instance with the given id.ILongbox
ILongbox. withValue(java.lang.Long value)
-