Interface TestToolsView

    • Method Detail

      • clearInputSearch

        void clearInputSearch()
      • hideClearButton

        void hideClearButton()
      • showClearButton

        void showClearButton()
      • clearDataObjectList

        void clearDataObjectList()
      • clearSimpleJavaTypeList

        void clearSimpleJavaTypeList()
      • clearInstanceList

        void clearInstanceList()
      • clearSimpleJavaInstanceFieldList

        void clearSimpleJavaInstanceFieldList()
      • addDataObjectListGroupItem

        void addDataObjectListGroupItem​(com.google.gwt.dom.client.DivElement item)
      • addSimpleJavaTypeListGroupItem

        void addSimpleJavaTypeListGroupItem​(com.google.gwt.dom.client.DivElement item)
      • addInstanceListGroupItem

        void addInstanceListGroupItem​(com.google.gwt.dom.client.DivElement item)
      • addSimpleJavaInstanceListGroupItem

        void addSimpleJavaInstanceListGroupItem​(com.google.gwt.dom.client.DivElement item)
      • updateInstanceListSeparator

        void updateInstanceListSeparator​(boolean show)
      • showInstanceListContainerSeparator

        void showInstanceListContainerSeparator​(boolean show)
      • enableEditorTab

        void enableEditorTab()
        By default the Editor Tab is disabled (no user interaction allowed). It is enabled only by click on grid' header
      • disableEditorTab

        void disableEditorTab()
        By default the Editor Tab must be disabled (no user interaction allowed). It is enabled only by click on grid' header
      • enableSearch

        void enableSearch()
        It enables all widgets related to the search box
      • disableSearch

        void disableSearch()
        It disables all widgets related to the search box
      • enableAddButton

        void enableAddButton()
        By default the Add button is disabled (no user interaction allowed). It is enabled only by selection of a property/data object
      • disableAddButton

        void disableAddButton()