org.jbpm.model.formbuilder.client.effect
Class ChangeColspanFormEffect

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

public class ChangeColspanFormEffect
extends FBFormEffect


Constructor Summary
ChangeColspanFormEffect()
           
 
Method Summary
 com.google.gwt.user.client.ui.PopupPanel createPanel()
          If your instance of FBFormEffect happens to need a popup menu, override this method and create that menu here
protected  void createStyles()
          Classes that implement FBFormEffect must write this method, and make all actions of the effect in it
 
Methods inherited from class org.jbpm.model.formapi.client.effect.FBFormEffect
apply, getItem, getName, getParent, getWidget, isValidForItem, remove, setParent, setWidget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeColspanFormEffect

public ChangeColspanFormEffect()
Method Detail

createStyles

protected void createStyles()
Description copied from class: FBFormEffect
Classes that implement FBFormEffect must write this method, and make all actions of the effect in it

Specified by:
createStyles in class FBFormEffect

createPanel

public com.google.gwt.user.client.ui.PopupPanel createPanel()
Description copied from class: FBFormEffect
If your instance of FBFormEffect happens to need a popup menu, override this method and create that menu here

Overrides:
createPanel in class FBFormEffect
Returns:
the popup needed for the given effect


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