org.jbpm.console.ng.pr.client.editors.variables.edit
@Dependent @Templated(value="VariableEditViewImpl.html") public class VariableEditViewImpl extends com.google.gwt.user.client.ui.Composite implements VariableEditPresenter.PopupView
Modifier and Type | Field and Description |
---|---|
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 |
Constructor and Description |
---|
VariableEditViewImpl() |
Modifier and Type | Method and Description |
---|---|
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) |
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.github.gwtbootstrap.client.ui.TextBox variableTextBox
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextBox variableIdLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label variableIdUILabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label variableTextLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Button saveButton
@Inject @DataField public com.github.gwtbootstrap.client.ui.Button clearButton
public void init(VariableEditPresenter presenter)
init
in interface org.uberfire.client.mvp.UberView<VariableEditPresenter>
public void displayNotification(String text)
displayNotification
in interface VariableEditPresenter.PopupView
public void setProcessInstanceId(long processInstanceId)
setProcessInstanceId
in interface VariableEditPresenter.PopupView
public long getProcessInstanceId()
getProcessInstanceId
in interface VariableEditPresenter.PopupView
public String getVariableText()
getVariableText
in interface VariableEditPresenter.PopupView
public void setVariableText(String value)
setVariableText
in interface VariableEditPresenter.PopupView
public void setVariableId(String variableId)
setVariableId
in interface VariableEditPresenter.PopupView
public String getVariableId()
getVariableId
in interface VariableEditPresenter.PopupView
@EventHandler(value="clearButton") public void clearButton(com.google.gwt.event.dom.client.ClickEvent e)
@EventHandler(value="saveButton") public void saveButton(com.google.gwt.event.dom.client.ClickEvent e)
public void setVariableIdLabel(String variableId)
setVariableIdLabel
in interface VariableEditPresenter.PopupView
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.