public interface ScheduleTaskForm<D extends ScheduleTaskData>
ScheduleTaskFormFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
ScheduleTaskForm.ScheduleTaskConfiguration<D extends ScheduleTaskData>
Container holding configuration information of a schedule task.
|
Modifier and Type | Method and Description |
---|---|
void |
load(ScheduleTaskForm.ScheduleTaskConfiguration<D> configuration)
Load this form from the given configuration container.
|
boolean |
openAndWait(Window parent,
String title)
Opens the form in a modal way and waits for it to be closed.
|
void |
store(ScheduleTaskForm.ScheduleTaskConfiguration<D> configuration)
Store this form to the given configuration container.
|
void load(@NotNull ScheduleTaskForm.ScheduleTaskConfiguration<D> configuration)
configuration
- The configuration container.void store(@NotNull ScheduleTaskForm.ScheduleTaskConfiguration<D> configuration)
configuration
- The configuration container.boolean openAndWait(@NotNull Window parent, @NotNull String title)
parent
- The parent window for the form.title
- The desired title for the form.true
, if the form was closed with accepted modifications, false
, else.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210