Interface IHeaderElement<I extends IHeaderElement>

    • Method Detail

      • getValign

        @Nullable
        java.lang.String getValign()
        Returns the vertical alignment of this grid.

        Default: null (system default: top).

      • withValign

        I withValign​(@Nullable
                     java.lang.String valign)
        Returns a copy of this immutable component with the specified valign.

        Sets the vertical alignment of this grid.

        Parameters:
        valign - The vertical alignment of this grid.
        Returns:
        A modified copy of the this object
      • getAlign

        @Nullable
        java.lang.String getAlign()
        Returns the horizontal alignment of this column.

        Default: null (system default: left unless CSS specified).

      • withAlign

        I withAlign​(@Nullable
                    java.lang.String align)
        Returns a copy of this immutable component with the specified align.

        Sets the horizontal alignment of this grid.

        Parameters:
        align - The horizontal alignment of this grid.
        Returns:
        A modified copy of the this object