Class ListMultiChildBuilder
java.lang.Object
dev.pfaff.altargui.util.ListMultiChildBuilder
- All Implemented Interfaces:
MultiChildWidget.Builder
-
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(LayoutContext mounter) boolean
int
hashCode()
static MultiChildWidget.Builder
newTrusted
(List<? extends Widget> widgets) static MultiChildWidget.Builder
newUntrusted
(List<? extends Widget> widgets) toString()
widgets()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface dev.pfaff.altargui.widgets.MultiChildWidget.Builder
andThen
-
Method Details
-
newTrusted
-
newUntrusted
-
build
- Specified by:
build
in interfaceMultiChildWidget.Builder
-
widgets
-
equals
-
hashCode
-
toString
-