Package | Description |
---|---|
com.neurosys.modules.etl.admin.wicket.pages.panels | |
com.neurosys.site.wicket.components | |
com.neurosys.site.wicket.components.progressbar |
Modifier and Type | Method and Description |
---|---|
Progression |
ReaderProcess.getProgression() |
Modifier and Type | Method and Description |
---|---|
protected ProgressBar |
ETLProgressMonitor.defineProgressBar(Progression progression) |
void |
ReaderProcess.setProgression(Progression progression) |
Constructor and Description |
---|
ReaderProcess(org.springframework.context.ConfigurableApplicationContext context,
AbstractReader<IN,T,Serializable> reader,
String anyUploadedResource,
Progression progression,
org.apache.wicket.markup.html.panel.Panel feedback,
Boolean onlyVerify,
ETLMeta<FacetMeta> meta,
String processId) |
Modifier and Type | Method and Description |
---|---|
protected ProgressBar |
ProgressMonitor.defineProgressBar(Progression progression) |
Constructor and Description |
---|
ProgressMonitor(String id,
Progression progression) |
Modifier and Type | Class and Description |
---|---|
class |
MultipleStatusTrackingProgression
A
Progression that also keeps track of multiple Status
The additional Status Queue is not intended to be Serialized. |
Modifier and Type | Method and Description |
---|---|
Progression |
ProgressionModel.getObject() |
protected abstract Progression |
ProgressionModel.getProgression()
Return the progress in form of a Progression value object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProgressBar.update(Progression progression,
org.apache.wicket.ajax.AjaxRequestTarget target)
This will keep getting polled till
isDone() is true, even if main thread that calls the class terminates
the ajax thread will keep polling this (via DynamicAjaxSelfUpdatingTimerBehavior .onPostProcessTarget() |
Copyright © 2018. All rights reserved.