buildLayout abstract method

Component buildLayout(
  1. Page page,
  2. Component child
)

Builds the layout for the given page and child component.

Implementation

Component buildLayout(Page page, Component child);