@Dependent
public class ActivityDataIOEditor
extends org.uberfire.ext.widgets.common.client.common.popups.BaseModal
Modifier and Type | Class and Description |
---|---|
static interface |
ActivityDataIOEditor.GetDataCallback
Callback interface which should be implemented by callers to retrieve the
edited Assignments data.
|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
Constructor and Description |
---|
ActivityDataIOEditor() |
Modifier and Type | Method and Description |
---|---|
void |
configureDialog(String taskName,
boolean hasInputVars,
boolean isSingleInputVar,
boolean hasOutputVars,
boolean isSingleOutputVar) |
void |
init() |
void |
onHide(com.google.gwt.user.client.Event e) |
void |
onShow(com.google.gwt.user.client.Event e) |
void |
setCallback(ActivityDataIOEditor.GetDataCallback callback) |
void |
setDataTypes(List<String> dataTypes,
List<String> dataTypeDisplayNames) |
void |
setInputAssignmentRows(List<AssignmentRow> inputAssignmentRows) |
void |
setOutputAssignmentRows(List<AssignmentRow> outputAssignmentRows) |
void |
setProcessVariables(List<String> processVariables) |
getEnterDomHandler, handleDefaultAction, setFocus
add, addHiddenHandler, addHideHandler, addShowHandler, addShownHandler, getAnimation, getBackdropType, hide, insert, isKeyboardEnable, onAttach, onHidden, onShown, reconfigure, setAnimation, setBackdrop, setCloseVisible, setDynamicSafe, setHideOthers, setKeyboard, setMaxHeigth, setSize, setTitle, setWidth, show, toggle
addStyle, getId, pullRight, removeStyle, setHideOn, setId, setShowOn, setStyle
add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, remove
add, adopt, doAttachChildren, doDetachChildren, orphan, remove
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@PostConstruct public void init()
public void configureDialog(String taskName, boolean hasInputVars, boolean isSingleInputVar, boolean hasOutputVars, boolean isSingleOutputVar)
public void onShow(com.google.gwt.user.client.Event e)
onShow
in class com.github.gwtbootstrap.client.ui.Modal
public void onHide(com.google.gwt.user.client.Event e)
onHide
in class com.github.gwtbootstrap.client.ui.Modal
public void setCallback(ActivityDataIOEditor.GetDataCallback callback)
public void setInputAssignmentRows(List<AssignmentRow> inputAssignmentRows)
public void setOutputAssignmentRows(List<AssignmentRow> outputAssignmentRows)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.