|
jBPM Console NG - Process Runtime Client 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.jbpm.console.ng.pr.client.editors.variables.edit.VariableEditViewImpl
@Dependent @Templated(value="VariableEditViewImpl.html") public class VariableEditViewImpl
| 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 |
|---|
@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
| Constructor Detail |
|---|
public VariableEditViewImpl()
| Method Detail |
|---|
public void init(VariableEditPresenter presenter)
init in interface org.uberfire.client.mvp.UberView<VariableEditPresenter>public void displayNotification(String text)
displayNotification in interface VariableEditPresenter.PopupViewpublic void setProcessInstanceId(long processInstanceId)
setProcessInstanceId in interface VariableEditPresenter.PopupViewpublic long getProcessInstanceId()
getProcessInstanceId in interface VariableEditPresenter.PopupViewpublic String getVariableText()
getVariableText in interface VariableEditPresenter.PopupViewpublic void setVariableText(String value)
setVariableText in interface VariableEditPresenter.PopupViewpublic void setVariableId(String variableId)
setVariableId in interface VariableEditPresenter.PopupViewpublic 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
|
jBPM Console NG - Process Runtime Client 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||