public interface JRebirthWaves
| Modifier and Type | Field and Description |
|---|---|
static WaveItem<ObservableList<Node>> |
ADD_UI_CHILDREN_PLACEHOLDER
The waveItem that hold the children list of the parent node.
|
static WaveItem<ObjectProperty<Node>> |
ATTACH_UI_NODE_PLACEHOLDER
The waveItem that hold the attached node.
|
static WaveItem<List<Wave>> |
CHAINED_WAVES
The waveItem that hold the list of wave to be executed back to back.
|
static WaveType |
HIDE_VIEW
The waveType used to hide a view.
|
static WaveItem<ProgressBar> |
PROGRESS_BAR
This wave item will be used only into a WaveData to pass the right progress bar used by service task.
|
static WaveData<Boolean> |
REUSE
.
|
static WaveItem<Boolean> |
REUSE_COMMAND
The waveItem that indicates if command instance must be reused or if another must created.
|
static WaveItem<ServiceTask<?>> |
SERVICE_TASK
This wave item will be used only into a WaveData to pass the current Service task handled by the wave.
|
static WaveType |
SHOW_VIEW
The waveType used to show a view (start or reload).
|
static WaveItem<StringProperty> |
TASK_MESSAGE
This wave item will be used only into a WaveData to pass the right string property used to display the task message.
|
static WaveItem<StringProperty> |
TASK_TITLE
This wave item will be used only into a WaveData to pass the right string property used to display the task title.
|
static final WaveItem<ObjectProperty<Node>> ATTACH_UI_NODE_PLACEHOLDER
static final WaveItem<ObservableList<Node>> ADD_UI_CHILDREN_PLACEHOLDER
static final WaveItem<List<Wave>> CHAINED_WAVES
static final WaveItem<Boolean> REUSE_COMMAND
static final WaveType SHOW_VIEW
static final WaveType HIDE_VIEW
static final WaveItem<ServiceTask<?>> SERVICE_TASK
static final WaveItem<ProgressBar> PROGRESS_BAR
static final WaveItem<StringProperty> TASK_TITLE
static final WaveItem<StringProperty> TASK_MESSAGE
Copyright © 2011–2014 JRebirth OSS. All rights reserved.