org.jbpm.formbuilder.client.effect
Class EventHandlingFormEffect

java.lang.Object
  extended by org.jbpm.formapi.client.effect.FBFormEffect
      extended by org.jbpm.formbuilder.client.effect.EventHandlingFormEffect

public class EventHandlingFormEffect
extends FBFormEffect


Constructor Summary
EventHandlingFormEffect()
           
 
Method Summary
 void confirmEventAction(String eventName, FBScript script)
           
 com.google.gwt.user.client.ui.PopupPanel createPanel()
           
protected  void createStyles()
           
 Map<String,FBScript> getItemActions()
           
 List<String> getPossibleEvents()
           
 boolean isValidForItem(FBFormItem item)
           
 void storeEventAction(String eventName, FBScript script)
           
 
Methods inherited from class org.jbpm.formapi.client.effect.FBFormEffect
apply, getItem, getName, getParent, getWidget, remove, setParent, setWidget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventHandlingFormEffect

public EventHandlingFormEffect()
Method Detail

createStyles

protected void createStyles()
Specified by:
createStyles in class FBFormEffect

createPanel

public com.google.gwt.user.client.ui.PopupPanel createPanel()
Overrides:
createPanel in class FBFormEffect

isValidForItem

public boolean isValidForItem(FBFormItem item)
Overrides:
isValidForItem in class FBFormEffect

getItemActions

public Map<String,FBScript> getItemActions()

getPossibleEvents

public List<String> getPossibleEvents()

storeEventAction

public void storeEventAction(String eventName,
                             FBScript script)

confirmEventAction

public void confirmEventAction(String eventName,
                               FBScript script)


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