public class SelectUsingButtonScreen extends uk.theretiredprogrammer.rpiembeddedlibrary.screen.Screen implements IRControlAction
IRControlAction.Button| Constructor and Description |
|---|
SelectUsingButtonScreen(String screenId,
uk.theretiredprogrammer.rpiembeddedlibrary.screen.SerialTFTDisplay display,
ButtonActions menu)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
actionOnButton(IRControlAction.Button button)
Called on button press.
|
public SelectUsingButtonScreen(String screenId, uk.theretiredprogrammer.rpiembeddedlibrary.screen.SerialTFTDisplay display, ButtonActions menu) throws IOException
screenId - the screen namedisplay - the display devicemenu - the menu definition (text/buttons/actions)IOException - if problemspublic boolean actionOnButton(IRControlAction.Button button) throws IOException
actionOnButton in interface IRControlActionbutton - the buttonIOException - if problemsCopyright © 2017. All rights reserved.