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  SuggestionCompletionEngine suggestionCompletionEngine
           
 
Constructor Summary
AddFieldToFactClickHandler(Fact fact, 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 SuggestionCompletionEngine suggestionCompletionEngine

parent

protected final ScenarioParentWidget parent
Constructor Detail

AddFieldToFactClickHandler

public AddFieldToFactClickHandler(Fact fact,
                                  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.