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

Advisory tooltips, remoteCommand components, and their features


The advisory tooltips and remoteCommand components work as helper components for other input components.

Tooltips

Tooltips provide advisory or additional information about a particular component used in JSF-based applications. This advisory information can prove helpful before you enter valid input data or perform any operation, and also for displaying a validation message after the validation has failed on an input component.

Tooltips work as speech bubble tips and provide highly configurable features such as customized tooltips in the form of customized skinning and effects, global and global limited tooltips, shared, and mouse-tracking features.

Customized tooltips and mouse tracking

There are many customization options such as positioning, delays, events, and effects that are available for the tooltip component. This shows an advantage over the standard JSF tooltips provided by the component title attribute.

The following XHTML...