org.jbpm.console.ng.bd.client.editors.deployment.newunit
@Dependent @Templated(value="NewDeploymentViewImpl.html") public class NewDeploymentViewImpl extends com.google.gwt.user.client.ui.Composite implements NewDeploymentPresenter.NewDeploymentView
Modifier and Type | Field and Description |
---|---|
com.github.gwtbootstrap.client.ui.ControlLabel |
advancedLabel |
com.github.gwtbootstrap.client.ui.Label |
artifactLabel |
com.github.gwtbootstrap.client.ui.TextBox |
artifactText |
com.github.gwtbootstrap.client.ui.Button |
deployUnitButton |
com.github.gwtbootstrap.client.ui.Label |
groupLabel |
com.github.gwtbootstrap.client.ui.TextBox |
groupText |
com.github.gwtbootstrap.client.ui.Label |
kbaseNameLabel |
com.github.gwtbootstrap.client.ui.TextBox |
kbaseNameText |
com.github.gwtbootstrap.client.ui.Label |
kieSessionNameLabel |
com.github.gwtbootstrap.client.ui.TextBox |
kieSessionNameText |
com.github.gwtbootstrap.client.ui.Label |
strategyLabel |
com.google.gwt.user.client.ui.ListBox |
strategyListBox |
com.github.gwtbootstrap.client.ui.Label |
versionLabel |
com.github.gwtbootstrap.client.ui.TextBox |
versionText |
Constructor and Description |
---|
NewDeploymentViewImpl() |
Modifier and Type | Method and Description |
---|---|
void |
cleanForm() |
void |
deployUnitButton(com.google.gwt.event.dom.client.ClickEvent e) |
void |
displayNotification(String text) |
com.github.gwtbootstrap.client.ui.TextBox |
getGroupText() |
void |
hideBusyIndicator() |
void |
init(NewDeploymentPresenter presenter) |
void |
showBusyIndicator(String message) |
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 groupText
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextBox artifactText
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextBox versionText
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextBox kbaseNameText
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextBox kieSessionNameText
@Inject @DataField public com.github.gwtbootstrap.client.ui.Button deployUnitButton
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label groupLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label artifactLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label versionLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel advancedLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label kbaseNameLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label kieSessionNameLabel
@Inject @DataField public com.google.gwt.user.client.ui.ListBox strategyListBox
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label strategyLabel
public void init(NewDeploymentPresenter presenter)
init
in interface org.uberfire.client.mvp.UberView<NewDeploymentPresenter>
@EventHandler(value="deployUnitButton") public void deployUnitButton(com.google.gwt.event.dom.client.ClickEvent e)
public void displayNotification(String text)
displayNotification
in interface NewDeploymentPresenter.NewDeploymentView
public void showBusyIndicator(String message)
showBusyIndicator
in interface NewDeploymentPresenter.NewDeploymentView
public void hideBusyIndicator()
hideBusyIndicator
in interface NewDeploymentPresenter.NewDeploymentView
public void cleanForm()
cleanForm
in interface NewDeploymentPresenter.NewDeploymentView
public com.github.gwtbootstrap.client.ui.TextBox getGroupText()
getGroupText
in interface NewDeploymentPresenter.NewDeploymentView
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.