1D table for a column of controls.
An abstract base class for a control with children.
Root control class.
All children occupy the entire area of the control. The control grows as necessary to accommodate all layers.
Container for all top-level windows. The root control's children are, semantically, layers.
1D table for a row of controls.
Container with static child positions. Does not rearrange its children. Dimensions are bound by the lowest/right-most child.
Space out controls in a 2D grid, according to their dimensions and resizability.
No-op wrapper
Wrapper to override the parent hint to a specific size.
Wrapper to override the parent hint to 0, thus making the wrapped control as small as it can be.
If content is smaller than parent hint, center the content and use parent hint for own size.
Add some padding on both sides of the content.
Provides default implementations for wrapper behavior methods
Usage: 25.percent
Usage: 50.px
Allow specifying a size as a combination of parent size % and pixels. Sizes are summed together.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
ae.ui.wm.controls.control