@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, setFocusadd, addHiddenHandler, addHideHandler, addShowHandler, addShownHandler, getAnimation, getBackdropType, hide, insert, isKeyboardEnable, onAttach, onHidden, onShown, reconfigure, setAnimation, setBackdrop, setCloseVisible, setDynamicSafe, setHideOthers, setKeyboard, setMaxHeigth, setSize, setTitle, setWidth, show, toggleaddStyle, getId, pullRight, removeStyle, setHideOn, setId, setShowOn, setStyleadd, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeadd, adopt, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, 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, toStringclone, 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.Modalpublic void onHide(com.google.gwt.user.client.Event e)
onHide in class com.github.gwtbootstrap.client.ui.Modalpublic 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.