Package dev.pfaff.altargui.widgets
package dev.pfaff.altargui.widgets
-
ClassDescriptionA marker interface for a widget whose sole purpose is to wrap another widget with some attributes that may be used by another widget in the tree.Clips the child to the size allocated by the parent.A widget that calls the provided
transformer
every layout.A widget that calls the providedbuilder
once per frame.A widget that calls the providedbuilder
every layout.A widget that replaces its child using the providedbuilder
whenever notified by listenable.Inspired by the HTML marquee element.A widget that facilitates creating entrance transitions.The return value ofhandler
determines whether the event will stop bubbling up the widget tree.Builder is only guaranteed to be called when it changes.Thebuilder
will only be called when the widget is instantiated.An interface only so that records can implement it.SimpleBuiltWidget.AbstractState<W extends SimpleBuiltWidget>SimpleBuiltWidget.State<W extends SimpleBuiltWidget>SingleChildWidget.AbstractState<W extends SingleChildWidget>Expands to fill the allocated space.Blocks input from reaching any widget visually below this one (NOTE: this widget is broken).A widget that displays a segment of uniformly-styled text.A widget that replaces its child using the providedbuilder
whenever notified by listenable.