Uses of Interface
org.zkoss.stateless.sul.IDecimalbox
-
Packages that use IDecimalbox Package Description org.zkoss.stateless.sul -
-
Uses of IDecimalbox in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IDecimalbox Modifier and Type Field Description static IDecimalboxIDecimalbox. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IDecimalbox Modifier and Type Method Description static IDecimalboxIDecimalboxCtrl. from(org.zkoss.zul.Decimalbox instance)static IDecimalboxIDecimalbox. of(java.lang.String value)Returns the instance with the given value.static IDecimalboxIDecimalbox. of(java.math.BigDecimal value)Returns the instance with the given value.static IDecimalboxIDecimalbox. ofCols(int cols)Returns the instance with the given cols.static IDecimalboxIDecimalbox. ofConstraint(java.lang.String constraint)Returns the instance with the given constraint.static IDecimalboxIDecimalbox. ofId(java.lang.String id)Returns the instance with the given id.IDecimalboxIDecimalbox. withScale(int scale)Returns a copy ofthisimmutable component with the specifiedscale.IDecimalboxIDecimalbox. withValue(java.math.BigDecimal value)
-