Interface ITablelayout

    • Field Detail

      • DEFAULT

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

      • getWidgetClass

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

        Default: "zkmax.layout.Tablelayout"

        Specified by:
        getWidgetClass in interface IComponent<ITablelayout>
      • getColumns

        default int getColumns()
        Returns number of rows to span this header. Default: 1.
      • withColumns

        ITablelayout withColumns​(int columns)
        Returns a copy of this immutable component with the specified columns.

        Sets the number of rows to span this header.

        Parameters:
        columns - The number of rows to span this header.

        Default: 1.

        Returns:
        A modified copy of the this object
      • ofId

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