Interface IHeadersElement<I extends IHeadersElement>

    • Method Detail

      • isSizable

        default boolean isSizable()
        Returns whether the width of the child column is sizable.
      • withSizable

        I withSizable​(boolean sizable)
        Returns a copy of this immutable component with the specified sizable.

        Sets whether the width of the child column is sizable. If true, a user can drag the border between two columns (e.g., IColumn) to change the widths of adjacent columns.

        Parameters:
        sizable - Whether the width of the child column is sizable.

        Default: false.

        Returns:
        A modified copy of the this object