Class EnableTestToolsEvent


  • public class EnableTestToolsEvent
    extends com.google.gwt.event.shared.GwtEvent<EnableTestToolsEventHandler>
    GwtEvent to enable the TestToolsView
    • Constructor Detail

      • EnableTestToolsEvent

        public EnableTestToolsEvent()
        Fire this event to show all the first-level data models enabled (i.e. double-clickable to map to an instance header/column) and their properties disabled (i.e. not double-clickable)
      • EnableTestToolsEvent

        public EnableTestToolsEvent​(String filterTerm)
        Fire this event to show only the data model with the given name, disabled (i.e. not double-clickable) and their properties enabled (i.e. double-clickable to map to a property header/column below the belonging data model instance one). It show only results equals to filterTerm
        Parameters:
        filterTerm -
      • EnableTestToolsEvent

        public EnableTestToolsEvent​(String filterTerm,
                                    List<String> propertyNameElements)
        Fire this event to show only the data model with the given name, disabled (i.e. not double-clickable) and to highlight the given property and their properties enabled (i.e. double-clickable to map to a property header/column below the belonging data model instance one). It show only results equals to filterTerm
        Parameters:
        filterTerm -
        propertyNameElements - The List to eventually use to select the property in the test tools panel
      • EnableTestToolsEvent

        public EnableTestToolsEvent​(String filterTerm,
                                    boolean notEqualsSearch)
        Fire this event to filter the data model with the given name, disabled (i.e. not double-clickable) and their properties enabled (i.e. double-clickable to map to a property header/column below the belonging data model instance one)
        Parameters:
        notEqualsSearch - set to true to perform a not filter, i.e. to show only results different than filterTerm