org.eclipse.nebula.widgets.nattable.selection
Class SelectionModelStructuralChangeEventHandlerTest

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.selection.SelectionModelStructuralChangeEventHandlerTest

public class SelectionModelStructuralChangeEventHandlerTest
extends Object


Constructor Summary
SelectionModelStructuralChangeEventHandlerTest()
           
 
Method Summary
 void setup()
           
 void shouldClearSelectionIfAllRowsAreHidden()
           
 void shouldClearSelectionIfASelectedRowIsModified()
           
 void shouldClearSelectionIfListIsCleared()
           
 void shouldClearSelectionIfSelectedColumnIsHidden()
           
 void shouldClearSelectionOnClearingTableWithRowStructuralRefresh()
           
 void shouldClearSelectionOnClearingTableWithStructuralRefresh()
           
 void shouldClearSelectionOnDataUpdates()
           
 void shouldClearSelectionOnStructuralChanges()
           
 void shouldLeaveSelectionUnchangedIfASelectedRowIsNotModified()
           
 void shouldLeaveSelectionUnchangedIfTheFollowingRowIsModified()
           
 void shouldNotClearSelectionIfOtherColumnIsHidden()
           
 void shouldNotClearSelectionOnStructuralChanges()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionModelStructuralChangeEventHandlerTest

public SelectionModelStructuralChangeEventHandlerTest()
Method Detail

setup

public void setup()

shouldClearSelectionIfASelectedRowIsModified

public void shouldClearSelectionIfASelectedRowIsModified()

shouldLeaveSelectionUnchangedIfASelectedRowIsNotModified

public void shouldLeaveSelectionUnchangedIfASelectedRowIsNotModified()

shouldLeaveSelectionUnchangedIfTheFollowingRowIsModified

public void shouldLeaveSelectionUnchangedIfTheFollowingRowIsModified()

shouldClearSelectionIfListIsCleared

public void shouldClearSelectionIfListIsCleared()

shouldClearSelectionOnStructuralChanges

public void shouldClearSelectionOnStructuralChanges()

shouldNotClearSelectionOnStructuralChanges

public void shouldNotClearSelectionOnStructuralChanges()

shouldClearSelectionIfAllRowsAreHidden

public void shouldClearSelectionIfAllRowsAreHidden()

shouldClearSelectionIfSelectedColumnIsHidden

public void shouldClearSelectionIfSelectedColumnIsHidden()

shouldNotClearSelectionIfOtherColumnIsHidden

public void shouldNotClearSelectionIfOtherColumnIsHidden()

shouldClearSelectionOnDataUpdates

public void shouldClearSelectionOnDataUpdates()
                                       throws Exception
Throws:
Exception

shouldClearSelectionOnClearingTableWithStructuralRefresh

public void shouldClearSelectionOnClearingTableWithStructuralRefresh()
                                                              throws Exception
Throws:
Exception

shouldClearSelectionOnClearingTableWithRowStructuralRefresh

public void shouldClearSelectionOnClearingTableWithRowStructuralRefresh()
                                                                 throws Exception
Throws:
Exception


Copyright © 2015. All rights reserved.