Package org.jsignal.ui.layout
Class CompositeLayouter.Builder
java.lang.Object
org.jsignal.ui.layout.CompositeLayouter.Builder
- Enclosing class:
CompositeLayouter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabsolute()alignContent(Supplier<LayoutConfig.Align> align) alignContent(LayoutConfig.Align align) alignItems(Supplier<LayoutConfig.Align> align) alignItems(LayoutConfig.Align align) alignSelf(Supplier<LayoutConfig.Align> align) alignSelf(LayoutConfig.Align align) apply(Consumer<CompositeLayouter.Builder> consumer) border(Supplier<Insets.Basic> border) border(Insets.Basic border) bottom(Supplier<LayoutValue> bottom) bottom(LayoutValue bottom) build()center()column()fill()gap(float gap) grow(float grow) height(Supplier<LayoutValue> height) height(LayoutValue height) justify(Supplier<LayoutConfig.JustifyContent> justify) justify(LayoutConfig.JustifyContent justify) left(Supplier<LayoutValue> left) left(LayoutValue left) margins(Supplier<Insets.Layout> margins) margins(Insets.Layout margins) maxHeight(Supplier<LayoutValue> maxHeight) maxHeight(LayoutValue maxHeight) maxWidth(Supplier<LayoutValue> maxWidth) maxWidth(LayoutValue maxWidth) minHeight(Supplier<LayoutValue> minHeight) minHeight(LayoutValue minHeight) minWidth(Supplier<LayoutValue> minWidth) minWidth(LayoutValue minWidth) overflow()overlay()padding(Supplier<Insets.Layout> padding) padding(Insets.Layout padding) paddingBottom(Supplier<LayoutValue> padding) paddingBottom(LayoutValue padding) paddingLeft(Supplier<LayoutValue> padding) paddingLeft(LayoutValue padding) paddingRight(Supplier<LayoutValue> padding) paddingRight(LayoutValue padding) paddingTop(Supplier<LayoutValue> padding) paddingTop(LayoutValue padding) right(Supplier<LayoutValue> right) right(LayoutValue right) row()shrink(float shrink) top(Supplier<LayoutValue> top) top(LayoutValue top) width(Supplier<LayoutValue> width) width(LayoutValue width) wrap()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
overlay
-
center
-
alignSelf
-
alignSelf
-
justify
-
justify
-
alignItems
-
alignItems
-
alignContent
-
alignContent
-
fill
-
row
-
column
-
margins
-
margins
-
padding
-
padding
-
paddingTop
-
paddingTop
-
paddingRight
-
paddingRight
-
paddingBottom
-
paddingBottom
-
paddingLeft
-
paddingLeft
-
border
-
border
-
wrap
-
gap
-
height
-
height
-
minHeight
-
minHeight
-
maxHeight
-
maxHeight
-
width
-
width
-
minWidth
-
minWidth
-
maxWidth
-
maxWidth
-
absolute
-
top
-
top
-
right
-
right
-
bottom
-
bottom
-
left
-
left
-
grow
-
grow
-
shrink
-
shrink
-
overflow
-
apply
-
build
-