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

Understanding the highly configured TimePicker component and its features


The TimePicker component is a highly customized component to integrate time inputs in both the formats of hours and minutes with user-friendly input controls. The applications where time allocation/selection is mandatory and important, such as time registration, expenses/cost calculation, or travel accounts considering time as the base requirement need a more controlled TimePicker component.

The TimePicker component of the Extensions library developed and provided three divisions of use case features as follows:

  • Common basic usages and widget functions

  • Advanced usage with events and callback functions

  • The time range functionality

Common basic usages and widget functions

The TimePicker component is available in the following three modes:

  • Inline

  • Popup

  • Spinner

Among all the three modes, spinner is the easiest and most convenient way to represent the time just by increasing and decreasing the values.

You can customize the TimePicker...