Package io.lenra.app.components
Class Components
java.lang.Object
io.lenra.app.components.Components
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Actionableactionable(LenraComponent child) static Actionableactionable(LenraComponent child, Filler<Actionable> filler) static Buttonstatic Buttonstatic Carouselcarousel(List<LenraComponent> children) static Carouselcarousel(List<LenraComponent> children, Filler<Carousel> filler) static Checkboxstatic Checkboxstatic Containerstatic Containerstatic DropdownButtondropdownButton(String text, LenraComponent child) static DropdownButtondropdownButton(String text, LenraComponent child, Filler<DropdownButton> filler) static Flexflex(List<LenraComponent> children) static Flexflex(List<LenraComponent> children, Filler<Flex> filler) static Flexibleflexible(LenraComponent child) static Flexibleflexible(LenraComponent child, Filler<Flexible> filler) static Formform(LenraComponent child) static Formform(LenraComponent child, Filler<Form> filler) static Iconstatic Iconstatic Imagestatic Imagestatic Listenerstatic Listenerstatic Menumenu(List<LenraComponent> children) static Menumenu(List<LenraComponent> children, Filler<Menu> filler) static MenuItemstatic MenuItemstatic OverlayEntryoverlayEntry(LenraComponent child) static OverlayEntryoverlayEntry(LenraComponent child, Filler<OverlayEntry> filler) static Radiostatic Radiostatic Sliderslider()static Sliderstatic Stackstack(List<LenraComponent> children) static Stackstack(List<LenraComponent> children, Filler<Stack> filler) static StatusStickerstatusSticker(StatusSticker.Status status) static StatusStickerstatusSticker(StatusSticker.Status status, Filler<StatusSticker> filler) static Textstatic Textstatic TextFieldstatic TextFieldstatic Togglestatic Togglestatic Viewstatic Viewstatic Wrapwrap(List<LenraComponent> children) static Wrapwrap(List<LenraComponent> children, Filler<Wrap> filler)
-
Constructor Details
-
Components
public Components()
-
-
Method Details
-
view
-
view
-
actionable
-
actionable
-
listener
-
listener
-
button
-
button
-
icon
-
icon
-
carousel
-
carousel
-
checkbox
-
checkbox
-
container
-
container
-
dropdownButton
-
dropdownButton
public static DropdownButton dropdownButton(String text, LenraComponent child, Filler<DropdownButton> filler) -
flex
-
flex
-
flexible
-
flexible
-
form
-
form
-
image
-
image
-
overlayEntry
-
overlayEntry
-
radio
-
radio
-
slider
-
slider
-
stack
-
stack
-
statusSticker
-
statusSticker
public static StatusSticker statusSticker(StatusSticker.Status status, Filler<StatusSticker> filler) -
text
-
text
-
textField
-
textField
-
toggle
-
toggle
-
wrap
-
wrap
-