Class PreserveSelectionModelStructuralChangeEventHandlerTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.selection.PreserveSelectionModelStructuralChangeEventHandlerTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
PreserveSelectionModelStructuralChangeEventHandlerTest
public PreserveSelectionModelStructuralChangeEventHandlerTest()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
shouldRetainRowSelectionOnUpdates
- Throws:
Exception
-
shouldRetainRowSelectionOnMove
- Throws:
Exception
-
shouldRemoveSelectionOnDelete
@Test public void shouldRemoveSelectionOnDelete() -
shouldOnlyRemoveSelectionForDeleted
@Test public void shouldOnlyRemoveSelectionForDeleted() -
shouldClearSelectionOnClearingTableWithStructuralRefresh
- Throws:
Exception
-
shouldClearSelectionOnClearingTableWithRowStructuralRefresh
- Throws:
Exception
-
shouldRemoveCellSelectionOnRowDelete
@Test public void shouldRemoveCellSelectionOnRowDelete() -
shouldRemovePartialCellSelectionOnRowDelete
@Test public void shouldRemovePartialCellSelectionOnRowDelete() -
shouldRemoveCellSelectionOnColumnDelete
@Test public void shouldRemoveCellSelectionOnColumnDelete() -
shouldRemovePartialCellSelectionOnColumnDelete
@Test public void shouldRemovePartialCellSelectionOnColumnDelete() -
shouldRemovePartialSplitCellSelectionOnColumnDelete
@Test public void shouldRemovePartialSplitCellSelectionOnColumnDelete() -
shouldUpdateSelectionOnShiftSelect
@Test public void shouldUpdateSelectionOnShiftSelect()
-