@Dependent public class QuickNewProcessInstancePopup extends org.uberfire.ext.widgets.common.client.common.popups.BaseModal implements FormDisplayerView
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
Modifier and Type | Field and Description |
---|---|
com.google.gwt.user.client.ui.FlowPanel |
basicForm |
com.google.gwt.user.client.ui.FlowPanel |
body |
org.gwtbootstrap3.client.ui.HelpBlock |
errorMessages |
org.gwtbootstrap3.client.ui.FormGroup |
errorMessagesGroup |
org.gwtbootstrap3.client.ui.FormGroup |
processDefinitionsControlGroup |
org.gwtbootstrap3.client.ui.HelpBlock |
processDefinitionsHelpLabel |
org.gwtbootstrap3.extras.select.client.ui.Select |
processDefinitionsListBox |
com.google.gwt.user.client.ui.FlowPanel |
processForm |
protected StartProcessFormDisplayProviderImpl |
startProcessDisplayProvider |
Constructor and Description |
---|
QuickNewProcessInstancePopup() |
Modifier and Type | Method and Description |
---|---|
void |
closePopup() |
protected void |
createNewProcessInstance() |
void |
display(GenericFormDisplayer displayer) |
void |
displayNotification(String text) |
GenericFormDisplayer |
getCurrentDisplayer() |
org.uberfire.mvp.Command |
getOnCloseCommand() |
protected void |
init() |
protected void |
loadFormValues(String serverTemplateId) |
void |
setOnCloseCommand(org.uberfire.mvp.Command onCloseCommand) |
void |
setProcessRuntimeDataService(org.jboss.errai.common.client.api.Caller<ProcessRuntimeDataService> processRuntimeDataService) |
void |
show(Long parentProcessInstanceId) |
void |
show(String serverTemplateId) |
protected boolean |
validateForm() |
getEnterDomHandler, handleDefaultAction, handleDefaultAction, setBody, setFocus, show
add, addHiddenHandler, addHideHandler, addShowHandler, addShownHandler, hide, isClosable, onHidden, onHide, onLoad, onShow, onShown, onUnload, setClosable, setDataBackdrop, setDataKeyboard, setFade, setHideOtherModals, setRemoveOnHide, setSize, setTitle, setWidth, toggle
getId, getPull, insert, setColor, setHiddenOn, setId, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPull, setVisibleOn
add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, remove
add, adopt, clear, doAttachChildren, doDetachChildren, orphan, remove
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, 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, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setVisible, sinkBitlessEvent, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
@UiField public com.google.gwt.user.client.ui.FlowPanel processForm
@UiField public com.google.gwt.user.client.ui.FlowPanel basicForm
@UiField public org.gwtbootstrap3.client.ui.HelpBlock errorMessages
@UiField public org.gwtbootstrap3.client.ui.FormGroup errorMessagesGroup
@UiField public org.gwtbootstrap3.client.ui.FormGroup processDefinitionsControlGroup
@UiField public org.gwtbootstrap3.extras.select.client.ui.Select processDefinitionsListBox
@UiField public org.gwtbootstrap3.client.ui.HelpBlock processDefinitionsHelpLabel
@UiField public com.google.gwt.user.client.ui.FlowPanel body
@Inject protected StartProcessFormDisplayProviderImpl startProcessDisplayProvider
public void show(Long parentProcessInstanceId)
public void show(String serverTemplateId)
protected void loadFormValues(String serverTemplateId)
protected boolean validateForm()
public void displayNotification(String text)
protected void createNewProcessInstance()
protected void init()
public void display(GenericFormDisplayer displayer)
display
in interface FormDisplayerView
public void closePopup()
public org.uberfire.mvp.Command getOnCloseCommand()
getOnCloseCommand
in interface FormDisplayerView
public void setOnCloseCommand(org.uberfire.mvp.Command onCloseCommand)
setOnCloseCommand
in interface FormDisplayerView
public GenericFormDisplayer getCurrentDisplayer()
getCurrentDisplayer
in interface FormDisplayerView
@Inject public void setProcessRuntimeDataService(org.jboss.errai.common.client.api.Caller<ProcessRuntimeDataService> processRuntimeDataService)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.