com.hp.lft.sdk.sap.gui

Class GridDescription

    • Constructor Detail

      • GridDescription

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

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

      • setSelectionMode

        public void setSelectionMode(GridSelectionMode selectionMode)
        Sets which selections can be made in the grid.
        Parameters:
        selectionMode - the selection mode.
      • getSelectionMode

        public GridSelectionMode getSelectionMode()
        Indicates which selections can be made in the grid.
        Returns:
        the selection mode.