org.jbpm.console.ng.bd.client.editors.deployment.newunit
Class NewDeploymentViewImpl
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.jbpm.console.ng.bd.client.editors.deployment.newunit.NewDeploymentViewImpl
- 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, NewDeploymentPresenter.NewDeploymentView, org.uberfire.client.mvp.UberView<NewDeploymentPresenter>
@Dependent
@Templated(value="NewDeploymentViewImpl.html")
public class NewDeploymentViewImpl
- extends com.google.gwt.user.client.ui.Composite
- implements NewDeploymentPresenter.NewDeploymentView
| 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 |
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
DEBUG_ID_PREFIX |
| 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 interface com.google.gwt.user.client.ui.IsWidget |
asWidget |
groupText
@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox groupText
artifactText
@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox artifactText
versionText
@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox versionText
kbaseNameText
@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox kbaseNameText
kieSessionNameText
@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox kieSessionNameText
deployUnitButton
@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Button deployUnitButton
groupLabel
@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label groupLabel
artifactLabel
@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label artifactLabel
versionLabel
@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label versionLabel
advancedLabel
@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlLabel advancedLabel
kbaseNameLabel
@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label kbaseNameLabel
kieSessionNameLabel
@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label kieSessionNameLabel
strategyListBox
@Inject
@DataField
public com.google.gwt.user.client.ui.ListBox strategyListBox
strategyLabel
@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label strategyLabel
NewDeploymentViewImpl
public NewDeploymentViewImpl()
init
public void init(NewDeploymentPresenter presenter)
- Specified by:
init in interface org.uberfire.client.mvp.UberView<NewDeploymentPresenter>
deployUnitButton
@EventHandler(value="deployUnitButton")
public void deployUnitButton(com.google.gwt.event.dom.client.ClickEvent e)
displayNotification
public void displayNotification(String text)
- Specified by:
displayNotification in interface NewDeploymentPresenter.NewDeploymentView
showBusyIndicator
public void showBusyIndicator(String message)
- Specified by:
showBusyIndicator in interface NewDeploymentPresenter.NewDeploymentView
hideBusyIndicator
public void hideBusyIndicator()
- Specified by:
hideBusyIndicator in interface NewDeploymentPresenter.NewDeploymentView
cleanForm
public void cleanForm()
- Specified by:
cleanForm in interface NewDeploymentPresenter.NewDeploymentView
getGroupText
public com.github.gwtbootstrap.client.ui.TextBox getGroupText()
- Specified by:
getGroupText in interface NewDeploymentPresenter.NewDeploymentView
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.