@InterfaceAudience.Private public class InputModeScreenPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
InputModeScreenPresenter.ResultListener |
Constructor and Description |
---|
InputModeScreenPresenter(InputModeScreenView inputModeScreenView,
String message,
List<String> histories,
InputModeScreenPresenter.ResultListener resultListener) |
Modifier and Type | Method and Description |
---|---|
void |
arrowDown() |
void |
arrowLeft() |
void |
arrowRight() |
void |
arrowUp() |
void |
backspace() |
void |
character(Character character) |
void |
delete() |
void |
end() |
void |
home() |
void |
init() |
ScreenView |
returnToNextScreen() |
public InputModeScreenPresenter(InputModeScreenView inputModeScreenView, String message, @Nullable List<String> histories, InputModeScreenPresenter.ResultListener resultListener)
public void init()
public ScreenView returnToNextScreen()
public void character(Character character)
public void backspace()
public void delete()
public void arrowLeft()
public void arrowRight()
public void home()
public void end()
public void arrowUp()
public void arrowDown()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.