jBPM Console NG - Executor Service Client 6.2.0-SNAPSHOT

org.jbpm.console.ng.es.client.editors.servicesettings
Class JobServiceSettingsViewImpl

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.es.client.editors.servicesettings.JobServiceSettingsViewImpl
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, JobServiceSettingsPresenter.JobServiceSettingsView, org.uberfire.client.mvp.UberView<JobServiceSettingsPresenter>

@Dependent
public class JobServiceSettingsViewImpl
extends com.google.gwt.user.client.ui.Composite
implements JobServiceSettingsPresenter.JobServiceSettingsView


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.ControlGroup frequencyControlGroup
           
 com.github.gwtbootstrap.client.ui.HelpInline frequencyHelpInline
           
 com.github.gwtbootstrap.client.ui.TextBox frequencyText
           
 com.github.gwtbootstrap.client.ui.ControlGroup numberOfExecutorsControlGroup
           
 com.github.gwtbootstrap.client.ui.HelpInline numberOfExecutorsHelpInline
           
 com.github.gwtbootstrap.client.ui.IntegerBox numberOfExecutorsText
           
 com.github.gwtbootstrap.client.ui.ControlGroup startedControlGroup
           
 com.github.gwtbootstrap.client.ui.Label startedLabel
           
 com.github.gwtbootstrap.client.ui.Button startStopButton
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
JobServiceSettingsViewImpl()
           
 
Method Summary
 void alert(String message)
           
 void displayNotification(String notification)
           
 com.github.gwtbootstrap.client.ui.TextBox getFrequencyText()
           
 com.github.gwtbootstrap.client.ui.IntegerBox getNumberOfExecutorsText()
           
 com.github.gwtbootstrap.client.ui.Button getStartStopButton()
           
 void init(JobServiceSettingsPresenter p)
           
 void setFrequencyText(String frequency)
           
 void setNumberOfExecutors(Integer numberOfExecutors)
           
 void setStartedLabel(Boolean started)
           
 void startStopButton(com.google.gwt.event.dom.client.ClickEvent e)
           
 
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

numberOfExecutorsText

@UiField
public com.github.gwtbootstrap.client.ui.IntegerBox numberOfExecutorsText

frequencyText

@UiField
public com.github.gwtbootstrap.client.ui.TextBox frequencyText

startStopButton

@UiField
public com.github.gwtbootstrap.client.ui.Button startStopButton

startedLabel

@UiField
public com.github.gwtbootstrap.client.ui.Label startedLabel

numberOfExecutorsControlGroup

@UiField
public com.github.gwtbootstrap.client.ui.ControlGroup numberOfExecutorsControlGroup

frequencyControlGroup

@UiField
public com.github.gwtbootstrap.client.ui.ControlGroup frequencyControlGroup

startedControlGroup

@UiField
public com.github.gwtbootstrap.client.ui.ControlGroup startedControlGroup

frequencyHelpInline

@UiField
public com.github.gwtbootstrap.client.ui.HelpInline frequencyHelpInline

numberOfExecutorsHelpInline

@UiField
public com.github.gwtbootstrap.client.ui.HelpInline numberOfExecutorsHelpInline
Constructor Detail

JobServiceSettingsViewImpl

public JobServiceSettingsViewImpl()
Method Detail

init

public void init(JobServiceSettingsPresenter p)
Specified by:
init in interface org.uberfire.client.mvp.UberView<JobServiceSettingsPresenter>

startStopButton

@UiHandler(value="startStopButton")
public void startStopButton(com.google.gwt.event.dom.client.ClickEvent e)

displayNotification

public void displayNotification(String notification)
Specified by:
displayNotification in interface JobServiceSettingsPresenter.JobServiceSettingsView

setFrequencyText

public void setFrequencyText(String frequency)
Specified by:
setFrequencyText in interface JobServiceSettingsPresenter.JobServiceSettingsView

setNumberOfExecutors

public void setNumberOfExecutors(Integer numberOfExecutors)
Specified by:
setNumberOfExecutors in interface JobServiceSettingsPresenter.JobServiceSettingsView

setStartedLabel

public void setStartedLabel(Boolean started)
Specified by:
setStartedLabel in interface JobServiceSettingsPresenter.JobServiceSettingsView

alert

public void alert(String message)
Specified by:
alert in interface JobServiceSettingsPresenter.JobServiceSettingsView

getStartStopButton

public com.github.gwtbootstrap.client.ui.Button getStartStopButton()
Specified by:
getStartStopButton in interface JobServiceSettingsPresenter.JobServiceSettingsView

getNumberOfExecutorsText

public com.github.gwtbootstrap.client.ui.IntegerBox getNumberOfExecutorsText()
Specified by:
getNumberOfExecutorsText in interface JobServiceSettingsPresenter.JobServiceSettingsView

getFrequencyText

public com.github.gwtbootstrap.client.ui.TextBox getFrequencyText()
Specified by:
getFrequencyText in interface JobServiceSettingsPresenter.JobServiceSettingsView

jBPM Console NG - Executor Service Client 6.2.0-SNAPSHOT

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