Class RowSelectionModelStructuralChangeEventHandlerTest


  • public class RowSelectionModelStructuralChangeEventHandlerTest
    extends Object
    • Constructor Detail

      • RowSelectionModelStructuralChangeEventHandlerTest

        public RowSelectionModelStructuralChangeEventHandlerTest()
    • 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
      • shouldFireRowSelectionEvent

        public void shouldFireRowSelectionEvent()
      • shouldFireRowSelectionEventOnDeselect

        public void shouldFireRowSelectionEventOnDeselect()
      • shouldFireRowSelectionEventOnDelete

        public void shouldFireRowSelectionEventOnDelete()
      • shouldFireRowSelectionEventOnClear

        public void shouldFireRowSelectionEventOnClear()