Class RowSelectionModelStructuralChangeEventHandlerTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.selection.RowSelectionModelStructuralChangeEventHandlerTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RowSelectionModelStructuralChangeEventHandlerTest
public RowSelectionModelStructuralChangeEventHandlerTest()
-
-
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
-
shouldFireRowSelectionEvent
@Test public void shouldFireRowSelectionEvent() -
shouldFireRowSelectionEventOnDeselect
@Test public void shouldFireRowSelectionEventOnDeselect() -
shouldFireRowSelectionEventOnDelete
@Test public void shouldFireRowSelectionEventOnDelete() -
shouldFireRowSelectionEventOnClear
@Test public void shouldFireRowSelectionEventOnClear()
-