-
public final class ButtonLayout.Grid extends ButtonLayout
-
-
Field Summary
Fields Modifier and Type Field Description private final List<List<ButtonSettings>>buttons
-
Constructor Summary
Constructors Constructor Description ButtonLayout.Grid(List<List<ButtonSettings>> buttons)
-
Method Summary
Modifier and Type Method Description final List<List<ButtonSettings>>getButtons()-
-
Constructor Detail
-
ButtonLayout.Grid
ButtonLayout.Grid(List<List<ButtonSettings>> buttons)
-
-
Method Detail
-
getButtons
final List<List<ButtonSettings>> getButtons()
-
-
-
-