LayoutElementBuilders.Layout
public final class LayoutElementBuilders.Layout
A complete layout.
Summary
Nested types |
|---|
public final class LayoutElementBuilders.Layout.BuilderBuilder for |
Public methods |
|
|---|---|
static @Nullable LayoutElementBuilders.Layout |
@TilesExperimentalConverts from byte array representation. |
static @NonNull LayoutElementBuilders.Layout |
Creates a |
@Nullable LayoutElementBuilders.LayoutElement |
Gets the root element in the layout. |
@NonNull byte[] |
Converts to byte array representation. |
Public methods
@TilesExperimental
public static @Nullable LayoutElementBuilders.LayoutfromByteArray(@NonNull byte[] byteArray)
Converts from byte array representation.
public static @NonNull LayoutElementBuilders.LayoutfromLayoutElement(
@NonNull LayoutElementBuilders.LayoutElement layoutElement
)
Creates a Layout object containing the given layout element.
public @Nullable LayoutElementBuilders.LayoutElementgetRoot()
Gets the root element in the layout. Intended for testing purposes only.