Package org.zkoss.zul

Class SimpleSpinnerConstraint

    • Constructor Detail

      • SimpleSpinnerConstraint

        public SimpleSpinnerConstraint()
        Constraints a constraint.
      • SimpleSpinnerConstraint

        public SimpleSpinnerConstraint​(java.lang.String constraint)
        Constructs a constraint with a list of constraints separated by comma.
        Parameters:
        constraint - a list of constraints separated by comma. Example: no positive, no zero
    • Method Detail

      • getMin

        public java.lang.Integer getMin()
        Returns the minimum value.
      • setMin

        public void setMin​(java.lang.Integer min)
        Set the minimum value.
      • getMax

        public java.lang.Integer getMax()
        Returns the maximum value.
      • setMax

        public void setMax​(java.lang.Integer max)
        Set the maximum value.