children property

List<ResizablePane> children
final

The list of resizable panes that make up this panel.

Each pane can specify its own sizing constraints, default size, and collapse behavior. At least two panes are typically needed to create a meaningful resizable interface.

Implementation

final List<ResizablePane> children;