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 IDecimalbox
IDecimalbox. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IDecimalbox Modifier and Type Method Description static IDecimalbox
IDecimalboxCtrl. from(Decimalbox instance)
static IDecimalbox
IDecimalbox. of(java.lang.String value)
Returns the instance with the given value.static IDecimalbox
IDecimalbox. of(java.math.BigDecimal value)
Returns the instance with the given value.static IDecimalbox
IDecimalbox. ofCols(int cols)
Returns the instance with the given cols.static IDecimalbox
IDecimalbox. ofConstraint(java.lang.String constraint)
Returns the instance with the given constraint.static IDecimalbox
IDecimalbox. ofId(java.lang.String id)
Returns the instance with the given id.IDecimalbox
IDecimalbox. withScale(int scale)
Returns a copy ofthis
immutable component with the specifiedscale
.IDecimalbox
IDecimalbox. withValue(java.math.BigDecimal value)
-