jBPM Console NG - Business Domain Client 6.1.0.Beta1

org.jbpm.console.ng.bd.client.editors.deployment.newunit
Class NewDeploymentViewImpl

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.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 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.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
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
NewDeploymentViewImpl()
           
 
Method Summary
 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)
           
 
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

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
Constructor Detail

NewDeploymentViewImpl

public NewDeploymentViewImpl()
Method Detail

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

jBPM Console NG - Business Domain Client 6.1.0.Beta1

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