org.jbpm.formbuilder.client.effect
Class SaveAsMenuOptionFormEffect

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

public class SaveAsMenuOptionFormEffect
extends FBFormEffect

Allows to save a menu item from right button menu


Constructor Summary
SaveAsMenuOptionFormEffect()
           
 
Method Summary
 com.google.gwt.user.client.ui.PopupPanel createPanel()
           
protected  void createStyles()
           
 boolean isValidForItem(FBFormItem item)
           
 void setGroupName(String groupName)
           
 void setNewMenuOptionName(String newMenuOptionName)
           
 
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

SaveAsMenuOptionFormEffect

public SaveAsMenuOptionFormEffect()
Method Detail

setNewMenuOptionName

public void setNewMenuOptionName(String newMenuOptionName)

setGroupName

public void setGroupName(String groupName)

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


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