Interface IUICellSelection

  • All Superinterfaces:
    IUISelection
    All Known Implementing Classes:
    CellSelection

    public interface IUICellSelection
    extends IUISelection
    The cell selection is used for grids with cell selection enabled.
    Author:
    Christopher Mindus
    • Method Detail

      • getSelectedCells

        TCell[] getSelectedCells()
        Gets the selected cells.
        Returns:
        The selected cells. Do not modify the array!
      • getCellSelectionSource

        IUICellSelectionComp getCellSelectionSource()
        Get the source component of the event.
        Returns:
        The cell selection based component.