Interface ISeparator

    • Field Detail

      • DEFAULT

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

      • getWidgetClass

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

        Default: "zul.wgt.Separator"

        Specified by:
        getWidgetClass in interface IComponent<ISeparator>
      • ofWidth

        static ISeparator ofWidth​(java.lang.String width)
        Returns the instance with the given width.
        Parameters:
        width - The width of this component.
      • ofOrient

        static ISeparator ofOrient​(ISeparatorBase.Orient orient)
        Returns the instance with the given orient.
        Parameters:
        orient - The separator orient
      • ofId

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