Interface ComposableLike

All Known Subinterfaces:
Button, Button.Builder, Checkbox, Checkbox.Builder, Composable, Composition, ContainerSlot, ContainerSlot.Builder, GoBackButton, Modal, Modal.Builder, PaginationDisplay, PaginationDisplay.Builder, Placeholder, ProgressBar, ProviderRendered, Selection<E>, Selection.Builder<E>, Slideshow, Tabulation, TextInput, TextInput.Builder
All Known Implementing Classes:
FunctionComposable, Modals.YesNoModal, RootReferencing

public interface ComposableLike
Represents a structure that can represent itself as a Composable
  • Method Details

    • asComposable

      Composable asComposable()
      Converts self to a composable
      Returns:
      The composable
    • inside

      default PackedComposable inside(ComposableSpace space)
      Positions itself inside a space, essentially returning a PackedComposable
      Parameters:
      space - The space to position in
      Returns:
      The packed composable