LayoutElementBuilders.Layout
class LayoutElementBuilders.Layout
A complete layout.
Summary
Nested types |
|---|
|
Builder for |
Public functions |
|
|---|---|
java-static LayoutElementBuilders.Layout? |
@TilesExperimentalConverts from byte array representation. |
java-static LayoutElementBuilders.Layout |
Creates a |
LayoutElementBuilders.LayoutElement? |
Gets the root element in the layout. |
ByteArray<Byte> |
Converts to byte array representation. |
Public functions
@TilesExperimental
java-static funfromByteArray(byteArray: ByteArray): LayoutElementBuilders.Layout?
Converts from byte array representation.
java-static funfromLayoutElement(layoutElement: LayoutElementBuilders.LayoutElement): LayoutElementBuilders.Layout
Creates a Layout object containing the given layout element.
fungetRoot(): LayoutElementBuilders.LayoutElement?
Gets the root element in the layout. Intended for testing purposes only.