public final class AssistantPageType
extends org.freedesktop.bindings.Constant
Assistant
. It's used
to handle buttons sensitivity and visibility.
Note that an assistant needs to end its page flow with a page of type
CONFIRM
or SUMMARY
to be correct.
Modifier and Type | Field and Description |
---|---|
static AssistantPageType |
CONFIRM
The page lets the user confirm or deny the changes.
|
static AssistantPageType |
CONTENT
The page has regular contents.
|
static AssistantPageType |
INTRO
The page contains an introduction to the assistant task.
|
static AssistantPageType |
PROGRESS
Used for tasks that take a long time to complete, blocks the assistant
until the page is marked as complete with
setPageComplete() |
static AssistantPageType |
SUMMARY
The page informs the user of the changes done.
|
public static final AssistantPageType CONFIRM
public static final AssistantPageType CONTENT
public static final AssistantPageType INTRO
public static final AssistantPageType PROGRESS
setPageComplete()
public static final AssistantPageType SUMMARY