jBPM Console NG - Human Tasks Forms Client 6.1.0.CR1

org.jbpm.console.ng.ht.forms.client.editors.taskform.popup
Class FormDisplayPopupViewImpl

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.jbpm.console.ng.ht.forms.client.editors.taskform.popup.FormDisplayPopupViewImpl
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget, FormDisplayPopupPresenter.FormDisplayView, org.uberfire.client.mvp.UberView<FormDisplayPopupPresenter>

@Dependent
@Templated(value="FormDisplayPopupViewImpl.html")
public class FormDisplayPopupViewImpl
extends com.google.gwt.user.client.ui.Composite
implements FormDisplayPopupPresenter.FormDisplayView


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
 org.jbpm.formModeler.renderer.client.FormRendererWidget formRenderer
           
 com.google.gwt.user.client.ui.VerticalPanel formView
           
 com.google.gwt.user.client.Element headerDiv
           
 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
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
FormDisplayPopupViewImpl()
           
 
Method Summary
 void displayHeader(boolean display)
           
 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()
           
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Field Detail

formView

@Inject
@DataField
public com.google.gwt.user.client.ui.VerticalPanel formView

formRenderer

@Inject
@DataField
public org.jbpm.formModeler.renderer.client.FormRendererWidget formRenderer

nameText

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label nameText

taskIdText

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label taskIdText

innerNavPanel

@Inject
@DataField
public com.google.gwt.user.client.ui.FlowPanel innerNavPanel

optionsDiv

@Inject
@DataField
public com.google.gwt.user.client.ui.FlowPanel optionsDiv

navBarUL

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.base.UnorderedList navBarUL

headerDiv

@DataField
public com.google.gwt.user.client.Element headerDiv
Constructor Detail

FormDisplayPopupViewImpl

public FormDisplayPopupViewImpl()
Method Detail

init

public void init(FormDisplayPopupPresenter presenter)
Specified by:
init in interface org.uberfire.client.mvp.UberView<FormDisplayPopupPresenter>

displayNotification

public void displayNotification(String text)
Specified by:
displayNotification in interface FormDisplayPopupPresenter.FormDisplayView

getTaskId

public long getTaskId()
Specified by:
getTaskId in interface FormDisplayPopupPresenter.FormDisplayView

setTaskId

public void setTaskId(long taskId)
Specified by:
setTaskId in interface FormDisplayPopupPresenter.FormDisplayView

getProcessId

public String getProcessId()
Specified by:
getProcessId in interface FormDisplayPopupPresenter.FormDisplayView

setProcessId

public void setProcessId(String processId)
Specified by:
setProcessId in interface FormDisplayPopupPresenter.FormDisplayView

getNameText

public com.github.gwtbootstrap.client.ui.Label getNameText()
Specified by:
getNameText in interface FormDisplayPopupPresenter.FormDisplayView

getTaskIdText

public com.github.gwtbootstrap.client.ui.Label getTaskIdText()
Specified by:
getTaskIdText in interface FormDisplayPopupPresenter.FormDisplayView

getOptionsDiv

public com.google.gwt.user.client.ui.FlowPanel getOptionsDiv()
Specified by:
getOptionsDiv in interface FormDisplayPopupPresenter.FormDisplayView

getNavBarUL

public com.github.gwtbootstrap.client.ui.base.UnorderedList getNavBarUL()
Specified by:
getNavBarUL in interface FormDisplayPopupPresenter.FormDisplayView

getInnerNavPanel

public com.google.gwt.user.client.ui.FlowPanel getInnerNavPanel()
Specified by:
getInnerNavPanel in interface FormDisplayPopupPresenter.FormDisplayView

getDomainId

public String getDomainId()
Specified by:
getDomainId in interface FormDisplayPopupPresenter.FormDisplayView

setDomainId

public void setDomainId(String domainId)
Specified by:
setDomainId in interface FormDisplayPopupPresenter.FormDisplayView

loadContext

public void loadContext(String ctxUID)
Specified by:
loadContext in interface FormDisplayPopupPresenter.FormDisplayView

submitStartProcessForm

public void submitStartProcessForm()
Specified by:
submitStartProcessForm in interface FormDisplayPopupPresenter.FormDisplayView

submitChangeTab

public void submitChangeTab(String tab)
Specified by:
submitChangeTab in interface FormDisplayPopupPresenter.FormDisplayView

submitSaveTaskStateForm

public void submitSaveTaskStateForm()
Specified by:
submitSaveTaskStateForm in interface FormDisplayPopupPresenter.FormDisplayView

submitCompleteTaskForm

public void submitCompleteTaskForm()
Specified by:
submitCompleteTaskForm in interface FormDisplayPopupPresenter.FormDisplayView

submitForm

public void submitForm()
Specified by:
submitForm in interface FormDisplayPopupPresenter.FormDisplayView

submitForm

protected void submitForm(String action)

getAction

public String getAction()
Specified by:
getAction in interface FormDisplayPopupPresenter.FormDisplayView

getFormView

public com.google.gwt.user.client.ui.VerticalPanel getFormView()
Specified by:
getFormView in interface FormDisplayPopupPresenter.FormDisplayView

loadForm

public void loadForm(String form)
Specified by:
loadForm in interface FormDisplayPopupPresenter.FormDisplayView

isFormModeler

public boolean isFormModeler()
Specified by:
isFormModeler in interface FormDisplayPopupPresenter.FormDisplayView

displayHeader

public void displayHeader(boolean display)
Specified by:
displayHeader in interface FormDisplayPopupPresenter.FormDisplayView

jBPM Console NG - Human Tasks Forms Client 6.1.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.