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

Chapter 3. Layout and Screen Blocking Components

The PrimeFaces Extensions team has introduced a controlled and enhanced Layout component, a scroll context component named Waypoint, and screen blocking components such as BlockUI and Spotlight to optimize web page design. The layout component is aimed at creating the templating mechanism in a JSF-based application, the Waypoint component is used for executing custom logic when scrolled to a particular component, and screen blocking components such as BlockUI and Spotlight are used to block a certain part of the web page.

In this chapter, we will cover the following topics:

  • Creating pages based on the layout component and understanding their features

  • Waypoint as a scroll context component and its features

  • BlockUI and Spotlight screen blocking components and their features