Class ColumnGroupHeaderLayerSelectionTest

java.lang.Object
org.eclipse.nebula.widgets.nattable.group.performance.ColumnGroupHeaderLayerSelectionTest

public class ColumnGroupHeaderLayerSelectionTest extends Object
  • Field Details

  • Constructor Details

    • ColumnGroupHeaderLayerSelectionTest

      public ColumnGroupHeaderLayerSelectionTest()
  • Method Details

    • setup

      @BeforeEach public void setup()
    • shouldSelectAllCellsInGroup

      @Test public void shouldSelectAllCellsInGroup()
    • shouldDeselectAndSelectAllCellsInGroup

      @Test public void shouldDeselectAndSelectAllCellsInGroup()
    • shouldSelectAllCellsInGroupWithCtrl

      @Test public void shouldSelectAllCellsInGroupWithCtrl()
    • shouldSelectAllCellsInGroupsToRightWithShift

      @Test public void shouldSelectAllCellsInGroupsToRightWithShift()
    • shouldSelectAllCellsInGroupsToLeftWithShift

      @Test public void shouldSelectAllCellsInGroupsToLeftWithShift()
    • shouldMoveAnchorOnDeselectWithCtrl

      @Test public void shouldMoveAnchorOnDeselectWithCtrl()
    • shouldSelectInRowScrolledState

      @Test public void shouldSelectInRowScrolledState()
    • shouldSelectColumnInScrolledState

      @Test public void shouldSelectColumnInScrolledState()
    • shouldSelectAllCellsInGroupsToRightWithShiftInScrolledState

      @Test public void shouldSelectAllCellsInGroupsToRightWithShiftInScrolledState()
    • shouldMoveAnchorOnDeselectWithCtrlWithPreserve

      @Test public void shouldMoveAnchorOnDeselectWithCtrlWithPreserve()