Construct a new layout item.
Private
_disposedPrivate
_heightPrivate
_leftPrivate
_maxPrivate
_maxPrivate
_minPrivate
_minPrivate
_topPrivate
_widthReadonly
widgetThe widget managed by the layout item.
Whether the managed widget is attached.
Whether the layout item is disposed.
Whether the managed widget is hidden.
Whether the managed widget is visible.
The computed maximum height of the widget.
This value can be updated by calling the fit
method.
The computed minimum height of the widget.
This value can be updated by calling the fit
method.
Update the position and size of the managed widget.
The left edge position of the layout box.
The top edge position of the layout box.
The width of the layout box.
The height of the layout box.
An object which assists in the absolute layout of widgets.
Notes
This class is useful when implementing a layout which arranges its widgets using absolute positioning.
This class is used by nearly all of the built-in lumino layouts.