Book Image

Learning PrimeFaces Extensions Development

By : Sudheer Jonna
Book Image

Learning PrimeFaces Extensions Development

By: Sudheer Jonna

Overview of this book

Table of Contents (14 chapters)
Learning PrimeFaces Extensions Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Creating pages based on the layout component and understanding their features


Layout components are used to design web page structure and categorize the various functionalities in different areas of the page. This layout component provides features such as state management, custom content between layouts, and more optimized layout options. It also provides objects such as iframe inside layout panes, which are not available in the PrimeFaces Core component. Layout component creates a border layout for the web page, which includes an auto-sizing center pane. It can also be surrounded by four closable and resizable border panes with respect to the four directions (north, south, east, and west) of the web page.

You can create complex layouts by nesting the layout inside another layout component. Both server-side and client-side state managements are available to this component.

Each layout pane (except the center layout pane) can be closed, opened, and resized automatically or specific to certain...