Class EditIntegrationTest


  • public class EditIntegrationTest
    extends Object
    • Constructor Detail

      • EditIntegrationTest

        public EditIntegrationTest()
    • Method Detail

      • setup

        public void setup()
      • tearDown

        public void tearDown()
      • testNotEditableByDefault

        public void testNotEditableByDefault()
      • testEditorActivatedDuringInlineCellEdit

        public void testEditorActivatedDuringInlineCellEdit()
      • testEditorClosesWhenANewEditCommandIsFired

        public void testEditorClosesWhenANewEditCommandIsFired()
      • testEditorResize

        public void testEditorResize()
      • testDataValidation

        public void testDataValidation()
      • navigationWithTabNoActivate

        public void navigationWithTabNoActivate()
                                         throws Exception
        Throws:
        Exception
      • directlyTypingInACellShoudlStartEditing

        public void directlyTypingInACellShoudlStartEditing()
                                                     throws Exception
        Throws:
        Exception
      • mustCommitValidValuesOnPressingEnter

        public void mustCommitValidValuesOnPressingEnter()
                                                  throws Exception
        Throws:
        Exception
      • clickingOnTheCheckBoxMustToggleItsValue

        public void clickingOnTheCheckBoxMustToggleItsValue()
                                                     throws Exception
        Throws:
        Exception
      • pressingESCMustDiscardTheValueEnteredAndCloseControl

        public void pressingESCMustDiscardTheValueEnteredAndCloseControl()
                                                                  throws Exception
        Throws:
        Exception
      • comboBoxShouldCommitWhenAValueIsSelectedByClickingOnIt

        public void comboBoxShouldCommitWhenAValueIsSelectedByClickingOnIt()
                                                                    throws Exception
        Throws:
        Exception
      • openEditorForSpannedCellsShouldOpenInline

        public void openEditorForSpannedCellsShouldOpenInline()
                                                       throws Exception
        Throws:
        Exception
      • updateAllUnderlyingCellsIfSpanned

        public void updateAllUnderlyingCellsIfSpanned()
                                               throws Exception
        Throws:
        Exception
      • moveOriginIntoViewportOnOpenSpannedCellInScrolledState

        public void moveOriginIntoViewportOnOpenSpannedCellInScrolledState()
                                                                    throws Exception
        Throws:
        Exception
      • testEditorRemovedWhenCommitted

        public void testEditorRemovedWhenCommitted()
        Test case that ensures that an editor, which is committed through the EditUtils, is also removed from the table.

        Ensures that the backward compatibility is not broken.

      • testEditorRemovedWhenClosed

        public void testEditorRemovedWhenClosed()
        Test case that ensures that an editor, which is closed via API, is also removed from the table.

        Ensures that the backward compatibility is not broken.