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 ILongboxILongbox. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ILongbox Modifier and Type Method Description static ILongboxILongboxCtrl. from(org.zkoss.zul.Longbox instance)static ILongboxILongbox. of(long value)Returns the instance with the given value.static ILongboxILongbox. of(java.lang.Long value)Returns the instance with the given value.static ILongboxILongbox. ofCols(int cols)Returns the instance with the given cols.static ILongboxILongbox. ofConstraint(java.lang.String constraint)Returns the instance with the given constraint.static ILongboxILongbox. ofId(java.lang.String id)Returns the instance with the given id.ILongboxILongbox. withValue(java.lang.Long value)
-