com.hp.lft.sdk.sap.gui

Class TableDescription

    • Constructor Detail

      • TableDescription

        public TableDescription()
        Initializes a new instance of the TableDescription class.
      • TableDescription

        protected TableDescription(TableDescription.Init<?> init)
        Initializes a new instance of the TableDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setColumnSelectionMode

        public void setColumnSelectionMode(TableSelectionMode selectionMode)
        Sets which selections can be made on the columns.
        Parameters:
        selectionMode - the possible selections.
      • getColumnSelectionMode

        public TableSelectionMode getColumnSelectionMode()
        Returns which selections can be made on the columns.
        Returns:
        the column selection mode.
      • setRowSelectionMode

        public void setRowSelectionMode(TableSelectionMode selectionMode)
        Sets which selections can be made on the rows.
        Parameters:
        selectionMode - the possible selections.
      • getRowSelectionMode

        public TableSelectionMode getRowSelectionMode()
        Returns which selections can be made on the rows.
        Returns:
        the row selection mode.