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