Class SingleChildWidgetInstance<W extends Widget>
java.lang.Object
dev.pfaff.altargui.WidgetInstance<W>
dev.pfaff.altargui.element.CustomLayoutSingleChildWidgetInstance<W>
dev.pfaff.altargui.element.SingleChildWidgetInstance<W>
- All Implemented Interfaces:
Cullable
- Direct Known Subclasses:
SimpleBuiltWidget.State
,SingleChildWidget.AutoLayoutState
,StatefulWidgetInstance
public abstract class SingleChildWidgetInstance<W extends Widget>
extends CustomLayoutSingleChildWidgetInstance<W>
-
Field Summary
Fields inherited from class dev.pfaff.altargui.WidgetInstance
EMPTY_ARRAY, needsLayout
-
Constructor Summary
Constructors -
Method Summary
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, configure, copyAllocatedRectFrom, copyComputedSizeFrom, dispose, equals, fillAllocated, guiContext, hashCode, isInside, key, layout, markNeedsLayout, markNeedsLayoutOnAllocationChange, mount, onMount, onUnmount, requireFiniteAllocatedHeight, requireFiniteAllocatedWidth, setAllocatedRect, setAllocatedRect, setComputedSize, shouldPaint, takeNeedsLayout, toString, toStringShort
-
Constructor Details
-
SingleChildWidgetInstance
-
-
Method Details
-
computeLayout
- Specified by:
computeLayout
in classWidgetInstance<W extends Widget>
-