com.hp.lft.sdk.sap.gui

Class TableDescription.Init<T extends TableDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • columnSelectionMode

        public T columnSelectionMode(TableSelectionMode columnSelectionMode)
        Initializes which selections can be made on the columns
        Parameters:
        columnSelectionMode - which selections can be made on the columns.
        Returns:
        the description instance with the update state (builder pattern)
      • rowSelectionMode

        public T rowSelectionMode(TableSelectionMode rowSelectionMode)
        Initializes which selections can be made on the rows
        Parameters:
        rowSelectionMode - which selections can be made on the rows.
        Returns:
        the description instance with the update state (builder pattern)