public final class DropDown
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
DropDown.OnStateListener |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
isPromptEnabled() |
void |
setCloseBeforeTool(boolean closeFirst)
Set whether the drop down should close first when back button
is pressed and a tool is active
|
void |
setPromptEnabled(boolean b) |
public static final java.lang.String TAG
public void setCloseBeforeTool(boolean closeFirst)
closeFirst
- True to close before tool on back buttonpublic void close()
public void setPromptEnabled(boolean b)
public boolean isPromptEnabled()