Package space.maxus.flare.ui
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 Summary
Modifier and TypeMethodDescriptionConverts self to a composabledefault PackedComposableinside(ComposableSpace space) Positions itself inside a space, essentially returning aPackedComposable
-
Method Details
-
asComposable
Composable asComposable()Converts self to a composable- Returns:
- The composable
-
inside
Positions itself inside a space, essentially returning aPackedComposable- Parameters:
space- The space to position in- Returns:
- The packed composable
-