Interface IMultislider

    • Field Detail

      • DEFAULT

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

      • getWidgetClass

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

        Default: "zkmax.slider.Multislider"

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

        static IMultislider of​(int min,
                               int max)
        Returns the instance with the given min and max value
        Parameters:
        min - The minimum value of the slider.
        max - The minimum value of the slider.
      • ofOrient

        static IMultislider ofOrient​(java.lang.String orient)
        Returns the instance with the given orient.
        Parameters:
        orient - The orient value
      • ofId

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