Interface IDoublebox

    • Field Detail

      • DEFAULT

        static final IDoublebox DEFAULT
        Constant for default attributes of this immutable component.
    • Method Detail

      • withValue

        IDoublebox withValue​(java.lang.Double value)
        Description copied from interface: IInputElement
        Returns a copy of this immutable component with the specified value.

        Sets the value of the input component.

        Specified by:
        withValue in interface IInputElement<IDoublebox,​java.lang.Double>
        Parameters:
        value - The value of the input component.

        Default: null.

        Returns:
        A modified copy of the this object
      • getWidgetClass

        default java.lang.String getWidgetClass()
        Returns the client widget class.

        Default: "zul.inp.Doublebox"

        Specified by:
        getWidgetClass in interface IComponent<IDoublebox>
      • of

        static IDoublebox of​(java.lang.Double value)
        Returns the instance with the given value.
        Parameters:
        value - The double value
      • of

        static IDoublebox of​(double value)
        Returns the instance with the given value.
        Parameters:
        value - The double value
      • ofCols

        static IDoublebox ofCols​(int cols)
        Returns the instance with the given cols.
        Parameters:
        cols - The cols which determines the visible width
      • ofConstraint

        static IDoublebox ofConstraint​(java.lang.String constraint)
        Returns the instance with the given constraint.
        Parameters:
        constraint - The doublebox constraint
      • ofId

        static IDoublebox ofId​(java.lang.String id)
        Returns the instance with the given id.
        Parameters:
        id - The id to identify this component