Interface UiMutableComposite<C extends UiWidget>

    • Method Detail

      • addChild

        default void addChild​(C child)
        Adds the given child to the end of the child-list. For vertical layouts this will be the bottom and for horizontal layouts this will be the right.
        Parameters:
        child - is the UiWidget to add as child of this composite.
        See Also:
        List.add(Object)