Class RowSelectionIntegrationTest


  • public class RowSelectionIntegrationTest
    extends Object
    • Constructor Detail

      • RowSelectionIntegrationTest

        public RowSelectionIntegrationTest()
    • Method Detail

      • setup

        public void setup()
      • tearDown

        public void tearDown()
      • shouldPreserveRowSelectionOnDataUpdates

        public void shouldPreserveRowSelectionOnDataUpdates()
                                                     throws Exception
        Throws:
        Exception
      • shouldPreserveRowSelectionOnSort

        public void shouldPreserveRowSelectionOnSort()
                                              throws Exception
        Throws:
        Exception
      • onlyOneRowSelectedAtAnyTime

        public void onlyOneRowSelectedAtAnyTime()
      • onlySelectRowEventsFired

        public void onlySelectRowEventsFired()
      • setSingleSelectionViaProvider

        public void setSingleSelectionViaProvider()
      • setMultipleSelectionViaProvider

        public void setMultipleSelectionViaProvider()
      • setMultipleSelectionViaProviderWithAdd

        public void setMultipleSelectionViaProviderWithAdd()
      • testColumnSelectionProcessing

        public void testColumnSelectionProcessing()
      • shouldClearSelectionOnSetEmpty

        public void shouldClearSelectionOnSetEmpty()
      • shouldClearSelectionOnSetEmptyOnAdd

        public void shouldClearSelectionOnSetEmptyOnAdd()
      • shouldReturnEmptySelectionOnNoSelection

        public void shouldReturnEmptySelectionOnNoSelection()
      • shouldIgnoreNullSelectionListener

        public void shouldIgnoreNullSelectionListener()