Interface ISpace

    • Field Detail

      • DEFAULT

        static final ISpace 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.Space"

        Specified by:
        getWidgetClass in interface IComponent<ISpace>
      • getOrient

        default java.lang.String getOrient()
        Returns the orient.

        Default: "vertical".

        Specified by:
        getOrient in interface ISeparatorBase<ISpace>
      • ofHeight

        static ISpace ofHeight​(java.lang.String height)
        Returns the instance with the given height.
        Parameters:
        height - The height of this component.
      • ofOrient

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

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