jBPM Console NG - Human Tasks Forms Client 6.1.0.CR1

org.jbpm.console.ng.ht.forms.client.editors.taskform
Class FormDisplayViewImpl

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.FormDisplayViewImpl
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, FormDisplayPresenter.FormDisplayView, org.uberfire.client.mvp.UberView<FormDisplayPresenter>

@Dependent
@Templated(value="FormDisplayViewImpl.html")
public class FormDisplayViewImpl
extends com.google.gwt.user.client.ui.Composite
implements FormDisplayPresenter.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.ui.FlowPanel optionsDiv
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
FormDisplayViewImpl()
           
 
Method Summary
 void displayNotification(String text)
           
 String getAction()
           
 org.jbpm.formModeler.renderer.client.FormRendererWidget getFormRenderer()
           
 com.google.gwt.user.client.ui.VerticalPanel getFormView()
           
 com.google.gwt.user.client.ui.FlowPanel getOptionsDiv()
           
 void init(FormDisplayPresenter presenter)
           
 boolean isFormModeler()
           
 void loadContext(String ctxUID)
           
 void loadForm(String form)
           
 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

optionsDiv

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

FormDisplayViewImpl

public FormDisplayViewImpl()
Method Detail

init

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

displayNotification

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

getOptionsDiv

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

loadContext

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

submitStartProcessForm

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

submitChangeTab

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

submitSaveTaskStateForm

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

submitCompleteTaskForm

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

submitForm

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

submitForm

protected void submitForm(String action)

getAction

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

getFormView

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

getFormRenderer

public org.jbpm.formModeler.renderer.client.FormRendererWidget getFormRenderer()
Specified by:
getFormRenderer in interface FormDisplayPresenter.FormDisplayView

loadForm

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

isFormModeler

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

jBPM Console NG - Human Tasks Forms Client 6.1.0.CR1

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