com.hp.lft.sdk.java

Class SpinBoxDescription

    • Constructor Detail

      • SpinBoxDescription

        public SpinBoxDescription()
        Initializes a new instance of the SpinBoxDescription class.
      • SpinBoxDescription

        protected SpinBoxDescription(SpinBoxDescription.Init<?> init)
        Initializes a new instance of the SpinBoxDescription class using the Builder pattern.
        Parameters:
        init - Builder pattern
    • Method Detail

      • getValue

        public StringProperty getValue()
        Returns the spin box value.
        Returns:
        the spin box value.
      • setValue

        public void setValue(java.lang.String value)
        Sets the spin box value.
        Parameters:
        value - the value of the spin box.
      • getMaximum

        public StringProperty getMaximum()
        Returns the maximum value of the spin box.
        Returns:
        the maximum value of the spin box.
      • setMaximum

        public void setMaximum(java.lang.String max)
        Sets the maximum value of the spin box.
        Parameters:
        max - the maximum value of the spin box.
      • getMinimum

        public StringProperty getMinimum()
        Returns the minimum value of the spin box.
        Returns:
        the minimum value of the spin box.
      • setMinimum

        public void setMinimum(java.lang.String min)
        Sets the minimum value of the spin box.
        Parameters:
        min - the minimum value of the spin box.