public class GridUiNavigation extends java.lang.Object implements UiNavigation
Constructor and Description |
---|
GridUiNavigation(int xsWidth) |
Modifier and Type | Method and Description |
---|---|
int |
getTotalColumns() |
int |
getTotalRows() |
void |
layout(ScreenSize screenSize) |
Actionable |
navigate(int keycode) |
void |
resetCursor() |
void |
set(int index,
Actionable actionable) |
void |
set(int x,
int y,
Actionable actionable) |
void |
setWidth(ScreenSize screenSize,
int width) |
java.lang.String |
toString() |
public void layout(ScreenSize screenSize)
layout
in interface UiNavigation
public void set(int index, Actionable actionable)
set
in interface UiNavigation
public void set(int x, int y, Actionable actionable)
public Actionable navigate(int keycode)
navigate
in interface UiNavigation
public void resetCursor()
resetCursor
in interface UiNavigation
public void setWidth(ScreenSize screenSize, int width)
public int getTotalColumns()
public int getTotalRows()
public java.lang.String toString()
toString
in class java.lang.Object