jBPM Console NG - Process Runtime Client 6.1.0.Beta2

org.jbpm.console.ng.pr.client.editors.variables.edit
Class VariableEditViewImpl

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.edit.VariableEditViewImpl
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, VariableEditPresenter.PopupView, org.uberfire.client.mvp.UberView<VariableEditPresenter>

@Dependent
@Templated(value="VariableEditViewImpl.html")
public class VariableEditViewImpl
extends com.google.gwt.user.client.ui.Composite
implements VariableEditPresenter.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.github.gwtbootstrap.client.ui.Button clearButton
           
 com.github.gwtbootstrap.client.ui.Button saveButton
           
 com.github.gwtbootstrap.client.ui.TextBox variableIdLabel
           
 com.github.gwtbootstrap.client.ui.Label variableIdUILabel
           
 com.github.gwtbootstrap.client.ui.TextBox variableTextBox
           
 com.github.gwtbootstrap.client.ui.Label variableTextLabel
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
VariableEditViewImpl()
           
 
Method Summary
 void clearButton(com.google.gwt.event.dom.client.ClickEvent e)
           
 void displayNotification(String text)
           
 long getProcessInstanceId()
           
 String getVariableId()
           
 String getVariableText()
           
 void init(VariableEditPresenter presenter)
           
 void saveButton(com.google.gwt.event.dom.client.ClickEvent e)
           
 void setProcessInstanceId(long processInstanceId)
           
 void setVariableId(String variableId)
           
 void setVariableIdLabel(String variableId)
           
 void setVariableText(String value)
           
 
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

variableTextBox

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

variableIdLabel

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

variableIdUILabel

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

variableTextLabel

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

saveButton

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Button saveButton

clearButton

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Button clearButton
Constructor Detail

VariableEditViewImpl

public VariableEditViewImpl()
Method Detail

init

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

displayNotification

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

setProcessInstanceId

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

getProcessInstanceId

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

getVariableText

public String getVariableText()
Specified by:
getVariableText in interface VariableEditPresenter.PopupView

setVariableText

public void setVariableText(String value)
Specified by:
setVariableText in interface VariableEditPresenter.PopupView

setVariableId

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

getVariableId

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

clearButton

@EventHandler(value="clearButton")
public void clearButton(com.google.gwt.event.dom.client.ClickEvent e)

saveButton

@EventHandler(value="saveButton")
public void saveButton(com.google.gwt.event.dom.client.ClickEvent e)

setVariableIdLabel

public void setVariableIdLabel(String variableId)
Specified by:
setVariableIdLabel in interface VariableEditPresenter.PopupView

jBPM Console NG - Process Runtime Client 6.1.0.Beta2

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