PageLayout class abstract
A layout for a page.
A page layout is responsible for wrapping the content of a page in a layout. This may include adding a header, footer, or sidebar to the page.
When more than one layout is provided to the page's PageConfig, the layout's name pattern is used to determined which layout to choose for a page.
See also:
- Implementers
Constructors
Properties
Methods
-
buildLayout(
Page page, Component child) → Component - Builds the layout for the given page and child component.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited