Optional
options: InitLayoutOptionsReplaces a Platform window's layout with a preset layout arrangement using the existing Views attached to the window.
The preset options are columns
, grid
, rows
, and tabs
.
Layout.applyPreset
Mandatory object with presetType
property that sets which preset layout arrangement to use.
The preset options are columns
, grid
, rows
, and tabs
.
Retrieves the top level content item of the layout.
Replaces a Platform window's layout with a new layout. Any views that were in the old layout but not the new layout will be destroyed.
Layout.replace
New layout to implement in the target window. Please see explanation of a layout here.
Replaces the specified view with a view with the provided configuration.
The old view is stripped of its listeners and either closed or attached to the provider window
depending on detachOnClose
view option.
Layout.replaceView
Identity of the view to be replaced
Creation options of the new view.
Generated using TypeDoc
Lends
Platform#Layout