Class PreserveSelectionModelStructuralChangeEventHandlerTest


  • public class PreserveSelectionModelStructuralChangeEventHandlerTest
    extends Object
    • Constructor Detail

      • PreserveSelectionModelStructuralChangeEventHandlerTest

        public PreserveSelectionModelStructuralChangeEventHandlerTest()
    • Method Detail

      • setup

        public void setup()
      • shouldRetainRowSelectionOnUpdates

        public void shouldRetainRowSelectionOnUpdates()
                                               throws Exception
        Throws:
        Exception
      • shouldRetainRowSelectionOnMove

        public void shouldRetainRowSelectionOnMove()
                                            throws Exception
        Throws:
        Exception
      • shouldRemoveSelectionOnDelete

        public void shouldRemoveSelectionOnDelete()
      • shouldOnlyRemoveSelectionForDeleted

        public void shouldOnlyRemoveSelectionForDeleted()
      • shouldClearSelectionOnClearingTableWithStructuralRefresh

        public void shouldClearSelectionOnClearingTableWithStructuralRefresh()
                                                                      throws Exception
        Throws:
        Exception
      • shouldClearSelectionOnClearingTableWithRowStructuralRefresh

        public void shouldClearSelectionOnClearingTableWithRowStructuralRefresh()
                                                                         throws Exception
        Throws:
        Exception
      • shouldRemoveCellSelectionOnRowDelete

        public void shouldRemoveCellSelectionOnRowDelete()
      • shouldRemovePartialCellSelectionOnRowDelete

        public void shouldRemovePartialCellSelectionOnRowDelete()
      • shouldRemoveCellSelectionOnColumnDelete

        public void shouldRemoveCellSelectionOnColumnDelete()
      • shouldRemovePartialCellSelectionOnColumnDelete

        public void shouldRemovePartialCellSelectionOnColumnDelete()
      • shouldRemovePartialSplitCellSelectionOnColumnDelete

        public void shouldRemovePartialSplitCellSelectionOnColumnDelete()
      • shouldUpdateSelectionOnShiftSelect

        public void shouldUpdateSelectionOnShiftSelect()