jBPM Console NG - Executor Service Client 6.2.0-SNAPSHOT

org.jbpm.console.ng.es.client.editors.servicesettings
Interface JobServiceSettingsPresenter.JobServiceSettingsView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<JobServiceSettingsPresenter>
All Known Implementing Classes:
JobServiceSettingsViewImpl
Enclosing class:
JobServiceSettingsPresenter

public static interface JobServiceSettingsPresenter.JobServiceSettingsView
extends org.uberfire.client.mvp.UberView<JobServiceSettingsPresenter>


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 setFrequencyText(String frequency)
           
 void setNumberOfExecutors(Integer numberOfExecutors)
           
 void setStartedLabel(Boolean started)
           
 
Methods inherited from interface org.uberfire.client.mvp.UberView
init
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

getNumberOfExecutorsText

com.github.gwtbootstrap.client.ui.IntegerBox getNumberOfExecutorsText()

displayNotification

void displayNotification(String notification)

setFrequencyText

void setFrequencyText(String frequency)

setNumberOfExecutors

void setNumberOfExecutors(Integer numberOfExecutors)

setStartedLabel

void setStartedLabel(Boolean started)

alert

void alert(String message)

getStartStopButton

com.github.gwtbootstrap.client.ui.Button getStartStopButton()

getFrequencyText

com.github.gwtbootstrap.client.ui.TextBox getFrequencyText()

jBPM Console NG - Executor Service Client 6.2.0-SNAPSHOT

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