Class SizedElement
java.lang.Object
dev.pfaff.altargui.improv.Element
dev.pfaff.altargui.improv.elements.AbstractSingleChildElement
dev.pfaff.altargui.improv.elements.SizedElement
-
Field Summary
Fields inherited from class dev.pfaff.altargui.improv.elements.AbstractSingleChildElement
childAvailable
Fields inherited from class dev.pfaff.altargui.improv.Element
EMPTY_ARRAY, STACK_WALKER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
onMountChild
(Element child) void
setHeight
(@NotNull Expression expr) void
setWidth
(@NotNull Expression expr) Methods inherited from class dev.pfaff.altargui.improv.elements.AbstractSingleChildElement
getChild, onUnmountChild, setChild
Methods inherited from class dev.pfaff.altargui.improv.Element
allocation, context, ensureMounted, equals, hashCode, mutateLayoutImmediately, onDispose, onMount, onSetAvailable, onUnmount, parent, queueLayout, setAvailable
-
Constructor Details
-
SizedElement
-
-
Method Details
-
setWidth
-
setHeight
-
onMountChild
- Overrides:
onMountChild
in classAbstractSingleChildElement
-