jBPM Console NG - Process Runtime Client 6.2.0.Beta2

org.jbpm.console.ng.pr.client.editors.variables.history
Class VariableHistoryViewImpl

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.pr.client.editors.variables.history.VariableHistoryViewImpl
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, VariableHistoryPresenter.PopupView, org.uberfire.client.mvp.UberView<VariableHistoryPresenter>

@Dependent
@Templated(value="VariableHistoryViewImpl.html")
public class VariableHistoryViewImpl
extends com.google.gwt.user.client.ui.Composite
implements VariableHistoryPresenter.PopupView


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
 com.google.gwt.user.client.ui.FlowPanel listContainer
           
 com.github.gwtbootstrap.client.ui.SimplePager pager
           
 com.github.gwtbootstrap.client.ui.DataGrid<ProcessVariableSummary> processVarListGrid
           
 com.github.gwtbootstrap.client.ui.Label variableHistoryLabel
           
 com.github.gwtbootstrap.client.ui.TextBox variableNameText
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
VariableHistoryViewImpl()
           
 
Method Summary
 void displayNotification(String text)
           
 long getProcessInstanceId()
           
 String getVariableId()
           
 void init(VariableHistoryPresenter presenter)
           
 void refreshTable()
           
 void setProcessInstanceId(long processInstanceId)
           
 void setVariableId(String variableId)
           
 
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

variableHistoryLabel

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

variableNameText

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox variableNameText

listContainer

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

processVarListGrid

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.DataGrid<ProcessVariableSummary> processVarListGrid

pager

public com.github.gwtbootstrap.client.ui.SimplePager pager
Constructor Detail

VariableHistoryViewImpl

public VariableHistoryViewImpl()
Method Detail

init

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

refreshTable

public void refreshTable()
Specified by:
refreshTable in interface VariableHistoryPresenter.PopupView

displayNotification

public void displayNotification(String text)
Specified by:
displayNotification in interface VariableHistoryPresenter.PopupView

setProcessInstanceId

public void setProcessInstanceId(long processInstanceId)
Specified by:
setProcessInstanceId in interface VariableHistoryPresenter.PopupView

setVariableId

public void setVariableId(String variableId)
Specified by:
setVariableId in interface VariableHistoryPresenter.PopupView

getProcessInstanceId

public long getProcessInstanceId()
Specified by:
getProcessInstanceId in interface VariableHistoryPresenter.PopupView

getVariableId

public String getVariableId()
Specified by:
getVariableId in interface VariableHistoryPresenter.PopupView

jBPM Console NG - Process Runtime Client 6.2.0.Beta2

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