Documentation

class ContainerBuilder

An abstract builder class for UIContainer instances.

abstract class ContainerBuilder<
T extends UIContainer = UIContainer,
> extends UIElement.ElementBuilder<T>;

Note
This class is used as a base class for container builders, such as the ones returned by UI.Column() and UI.Row(). You should not use this class directly.

Instance members

Inherited members

Related