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