org.jbpm.model.formbuilder.client.effect
Class ChangeColspanFormEffect
java.lang.Object
org.jbpm.model.formapi.client.effect.FBFormEffect
org.jbpm.model.formbuilder.client.effect.ChangeColspanFormEffect
public class ChangeColspanFormEffect
- extends FBFormEffect
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangeColspanFormEffect
public ChangeColspanFormEffect()
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.