org.drools.guvnor.client.explorer.navigation.qa.testscenarios
Class AddFieldToFactClickHandler

java.lang.Object
  extended by org.drools.guvnor.client.explorer.navigation.qa.testscenarios.AddFieldToFactClickHandler
All Implemented Interfaces:
com.google.gwt.event.dom.client.ClickHandler, com.google.gwt.event.logical.shared.SelectionHandler<String>, com.google.gwt.event.shared.EventHandler

public class AddFieldToFactClickHandler
extends Object


Field Summary
protected  ScenarioParentWidget parent
           
protected  org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine suggestionCompletionEngine
           
 
Constructor Summary
AddFieldToFactClickHandler(org.drools.ide.common.client.modeldriven.testing.Fact fact, org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine suggestionCompletionEngine, ScenarioParentWidget parent)
           
 
Method Summary
protected  FactFieldSelector createFactFieldSelector()
           
 void onClick(com.google.gwt.event.dom.client.ClickEvent event)
           
 void onSelection(com.google.gwt.event.logical.shared.SelectionEvent<String> stringSelectionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

suggestionCompletionEngine

protected final org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine suggestionCompletionEngine

parent

protected final ScenarioParentWidget parent
Constructor Detail

AddFieldToFactClickHandler

public AddFieldToFactClickHandler(org.drools.ide.common.client.modeldriven.testing.Fact fact,
                                  org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine suggestionCompletionEngine,
                                  ScenarioParentWidget parent)
Method Detail

onSelection

public void onSelection(com.google.gwt.event.logical.shared.SelectionEvent<String> stringSelectionEvent)

createFactFieldSelector

protected FactFieldSelector createFactFieldSelector()

onClick

public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
Specified by:
onClick in interface com.google.gwt.event.dom.client.ClickHandler


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.