public abstract class AsyncPopupStep<T>
extends java.lang.Object
implements java.util.concurrent.Callable<PopupStep>
Constructor and Description |
---|
AsyncPopupStep() |
Modifier and Type | Method and Description |
---|---|
void |
canceled() |
java.lang.Runnable |
getFinalRunnable() |
<any> |
getMnemonicNavigationFilter() |
<any> |
getSpeedSearchFilter() |
java.lang.String |
getTitle() |
boolean |
hasSubstep(T selectedValue) |
boolean |
isAutoSelectionEnabled() |
boolean |
isMnemonicsNavigationEnabled() |
boolean |
isSpeedSearchEnabled() |
<any> |
onChosen(T selectedValue,
boolean finalChoice) |
public java.lang.String getTitle()
public <any> onChosen(T selectedValue, boolean finalChoice)
public boolean hasSubstep(T selectedValue)
public void canceled()
public boolean isMnemonicsNavigationEnabled()
public <any> getMnemonicNavigationFilter()
public boolean isSpeedSearchEnabled()
public <any> getSpeedSearchFilter()
public boolean isAutoSelectionEnabled()
public java.lang.Runnable getFinalRunnable()