Interface SimpleBuiltWidget
- All Superinterfaces:
Widget
- All Known Implementing Classes:
Inspector
,OnceWidget
An interface only so that records can implement it.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static final class
SimpleBuiltWidget.State<W extends SimpleBuiltWidget>
-
Field Summary
Fields inherited from interface dev.pfaff.altargui.Widget
EMPTY_ARRAY
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
PROTECTEDdefault @NotNull WidgetInstance
<? extends SimpleBuiltWidget> FINALMethods inherited from interface dev.pfaff.altargui.Widget
atAbsolutePosition, atAlignment, atCenter, atRelativePosition, expand, expandHeight, expandWidth, withAbsoluteHeight, withAbsoluteSize, withAbsoluteWidth, withAspectRatio, withAspectRatio, withAspectRatio, withBackground, withBackgroundColor, withBackgroundTexture, withBorder, withHorizontalMargin, withHorizontalMargin, withId, withKey, withMargin, withMargin, withMarginBottom, withMarginEnd, withMarginStart, withMarginTop, withMultiChildAttributes, withSymmetricMargin, withTooltip, withVerticalMargin, withVerticalMargin, wrap
-
Method Details
-
build
Widget build()PROTECTED -
instantiate
@NotNull default @NotNull WidgetInstance<? extends SimpleBuiltWidget> instantiate(WidgetInstantiationArgs args) FINAL- Specified by:
instantiate
in interfaceWidget
-