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

Managing events using the TimeLine component


TimeLine is an interactive visualization chart for scheduling and manipulating the events in a certain period of time. The time axis scale can be auto-adjusted and ranges from milliseconds to years. The events can take place on a single date or a particular date range.

The TimeLine component supports many features such as read only events, editable events, grouping events, client-side and server-side API, and drag-and-drop.

The Timeline features are divided into the following use cases:

  • Common basic usages

  • The editable events with client-side API and server-side API

  • Grouping and events that can be merged

  • Customized styles and internationalization support

  • Limit range

  • Linked TimeLine components

  • Lazy loading events

  • Drag-and-drop items

Common basic usages

The TimeLine component provided some configurable options that are used for any basic TimeLine development. You can change these options dynamically using command actions.

The following are the configurable options...