org.jbpm.console.ng.ht.client.editors.taskform.popup
@Dependent @Templated(value="FormDisplayPopupViewImpl.html") public class FormDisplayPopupViewImpl extends com.google.gwt.user.client.ui.Composite implements FormDisplayPopupPresenter.FormDisplayView
Modifier and Type | Field and Description |
---|---|
org.jbpm.formModeler.renderer.client.FormRendererWidget |
formRenderer |
com.google.gwt.user.client.ui.VerticalPanel |
formView |
com.google.gwt.user.client.ui.FlowPanel |
innerNavPanel |
com.github.gwtbootstrap.client.ui.Label |
nameText |
com.github.gwtbootstrap.client.ui.base.UnorderedList |
navBarUL |
com.google.gwt.user.client.ui.FlowPanel |
optionsDiv |
com.github.gwtbootstrap.client.ui.Label |
taskIdText |
Constructor and Description |
---|
FormDisplayPopupViewImpl() |
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String text) |
String |
getAction() |
String |
getDomainId() |
com.google.gwt.user.client.ui.VerticalPanel |
getFormView() |
com.google.gwt.user.client.ui.FlowPanel |
getInnerNavPanel() |
com.github.gwtbootstrap.client.ui.Label |
getNameText() |
com.github.gwtbootstrap.client.ui.base.UnorderedList |
getNavBarUL() |
com.google.gwt.user.client.ui.FlowPanel |
getOptionsDiv() |
String |
getProcessId() |
long |
getTaskId() |
com.github.gwtbootstrap.client.ui.Label |
getTaskIdText() |
void |
init(FormDisplayPopupPresenter presenter) |
boolean |
isFormModeler() |
void |
loadContext(String ctxUID) |
void |
loadForm(String form) |
void |
setDomainId(String domainId) |
void |
setProcessId(String processId) |
void |
setTaskId(long taskId) |
void |
submitChangeTab(String tab) |
void |
submitCompleteTaskForm() |
void |
submitForm() |
protected void |
submitForm(String action) |
void |
submitSaveTaskStateForm() |
void |
submitStartProcessForm() |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
@Inject @DataField public com.google.gwt.user.client.ui.VerticalPanel formView
@Inject @DataField public org.jbpm.formModeler.renderer.client.FormRendererWidget formRenderer
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label nameText
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label taskIdText
@Inject @DataField public com.google.gwt.user.client.ui.FlowPanel innerNavPanel
@Inject @DataField public com.google.gwt.user.client.ui.FlowPanel optionsDiv
@Inject @DataField public com.github.gwtbootstrap.client.ui.base.UnorderedList navBarUL
public void init(FormDisplayPopupPresenter presenter)
init
in interface org.uberfire.client.mvp.UberView<FormDisplayPopupPresenter>
public void displayNotification(String text)
displayNotification
in interface FormDisplayPopupPresenter.FormDisplayView
public long getTaskId()
getTaskId
in interface FormDisplayPopupPresenter.FormDisplayView
public void setTaskId(long taskId)
setTaskId
in interface FormDisplayPopupPresenter.FormDisplayView
public String getProcessId()
getProcessId
in interface FormDisplayPopupPresenter.FormDisplayView
public void setProcessId(String processId)
setProcessId
in interface FormDisplayPopupPresenter.FormDisplayView
public com.github.gwtbootstrap.client.ui.Label getNameText()
getNameText
in interface FormDisplayPopupPresenter.FormDisplayView
public com.github.gwtbootstrap.client.ui.Label getTaskIdText()
getTaskIdText
in interface FormDisplayPopupPresenter.FormDisplayView
public com.google.gwt.user.client.ui.FlowPanel getOptionsDiv()
getOptionsDiv
in interface FormDisplayPopupPresenter.FormDisplayView
public com.github.gwtbootstrap.client.ui.base.UnorderedList getNavBarUL()
getNavBarUL
in interface FormDisplayPopupPresenter.FormDisplayView
public com.google.gwt.user.client.ui.FlowPanel getInnerNavPanel()
getInnerNavPanel
in interface FormDisplayPopupPresenter.FormDisplayView
public String getDomainId()
getDomainId
in interface FormDisplayPopupPresenter.FormDisplayView
public void setDomainId(String domainId)
setDomainId
in interface FormDisplayPopupPresenter.FormDisplayView
public void loadContext(String ctxUID)
loadContext
in interface FormDisplayPopupPresenter.FormDisplayView
public void submitStartProcessForm()
submitStartProcessForm
in interface FormDisplayPopupPresenter.FormDisplayView
public void submitChangeTab(String tab)
submitChangeTab
in interface FormDisplayPopupPresenter.FormDisplayView
public void submitSaveTaskStateForm()
submitSaveTaskStateForm
in interface FormDisplayPopupPresenter.FormDisplayView
public void submitCompleteTaskForm()
submitCompleteTaskForm
in interface FormDisplayPopupPresenter.FormDisplayView
public void submitForm()
submitForm
in interface FormDisplayPopupPresenter.FormDisplayView
protected void submitForm(String action)
public String getAction()
getAction
in interface FormDisplayPopupPresenter.FormDisplayView
public com.google.gwt.user.client.ui.VerticalPanel getFormView()
getFormView
in interface FormDisplayPopupPresenter.FormDisplayView
public void loadForm(String form)
loadForm
in interface FormDisplayPopupPresenter.FormDisplayView
public boolean isFormModeler()
isFormModeler
in interface FormDisplayPopupPresenter.FormDisplayView
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.