odo.api
/
straightway.odo.api.v0.ui
/
Grid
Grid
interface
Grid
:
UiElementContainer
,
UiElement
Content copied to clipboard
A grid UI element. The rows and columns of the grid may have different widths and heights.
Types
Types
Initializer
Link copied to clipboard
interface
Initializer
:
UiElementContainer.Initializer
Content copied to clipboard
Initializer for a grid.
Pos
Link copied to clipboard
data class
Pos
(x:
Int
, y:
Int
)
Content copied to clipboard
A position if a UI element within a grid.
Span
Link copied to clipboard
data class
Span
(width:
Int
, height:
Int
)
Content copied to clipboard
The size of a UI element within the grid in grid cells.