public static class GeckoSession.PromptDelegate.ChoicePrompt.Type extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MENU
Display choices in a menu that dismisses as soon as an item is chosen.
|
static int |
MULTIPLE
Display choices in a list that allows multiple selections.
|
static int |
SINGLE
Display choices in a list that allows a single selection.
|
Modifier | Constructor and Description |
---|---|
protected |
Type() |
public static final int MENU
public static final int SINGLE
public static final int MULTIPLE