org.jbpm.formbuilder.client.effect
Class IoBindingEffect
java.lang.Object
org.jbpm.formapi.client.effect.FBFormEffect
org.jbpm.formbuilder.client.effect.IoBindingEffect
public class IoBindingEffect
- extends FBFormEffect
Allows to bind a task input or output to a given UI component
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IoBindingEffect
public IoBindingEffect()
fire
public void fire()
createStyles
protected void createStyles()
- Specified by:
createStyles in class FBFormEffect
getItem
public FBFormItem getItem()
- Overrides:
getItem in class FBFormEffect
getIoRef
public TaskRef getIoRef()
getInput
public TaskPropertyRef getInput()
setInput
public void setInput(TaskPropertyRef input)
getOutput
public TaskPropertyRef getOutput()
setOutput
public void setOutput(TaskPropertyRef output)
getExtData
public ExternalDataRef getExtData()
setExtData
public void setExtData(ExternalDataRef extData)
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.