Class SimpleBuiltWidget.State<W extends SimpleBuiltWidget>
java.lang.Object
dev.pfaff.altargui.WidgetInstance<W>
dev.pfaff.altargui.element.CustomLayoutSingleChildWidgetInstance<W>
dev.pfaff.altargui.element.SingleChildWidgetInstance<W>
dev.pfaff.altargui.widgets.SimpleBuiltWidget.State<W>
- All Implemented Interfaces:
Cullable
- Enclosing interface:
SimpleBuiltWidget
public static final class SimpleBuiltWidget.State<W extends SimpleBuiltWidget>
extends SingleChildWidgetInstance<W>
-
Field Summary
Fields inherited from class dev.pfaff.altargui.WidgetInstance
EMPTY_ARRAY, needsLayout
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(StateContext stateContext, W widget, boolean init) Configures the instance's state according to the inputs in the specifiedwidget
.Methods inherited from class dev.pfaff.altargui.element.SingleChildWidgetInstance
computeLayout
Methods inherited from class dev.pfaff.altargui.element.CustomLayoutSingleChildWidgetInstance
applyBuiltinSelector, childKey, computeMount, getChildElement, setChild, setChild, uSpecMount
Methods inherited from class dev.pfaff.altargui.WidgetInstance
allocatedHeight, allocatedWidth, allocatedX, allocatedY, canOverflowX, canOverflowY, computedHeight, computedWidth, computeFillLayout, copyAllocatedRectFrom, copyComputedSizeFrom, dispose, equals, fillAllocated, guiContext, hashCode, isInside, key, layout, markNeedsLayout, markNeedsLayoutOnAllocationChange, mount, onMount, onUnmount, requireFiniteAllocatedHeight, requireFiniteAllocatedWidth, setAllocatedRect, setAllocatedRect, setComputedSize, shouldPaint, takeNeedsLayout, toString, toStringShort
-
Method Details
-
configure
Description copied from class:WidgetInstance
Configures the instance's state according to the inputs in the specifiedwidget
.Other initialization might be done if
init
is true.- Specified by:
configure
in classWidgetInstance<W extends SimpleBuiltWidget>
-