Client side support for Java™ Widget Library (JWL) components reference

The hxclient library supports four kinds of hxclient objects:
  • Components - Transforms an HTML tag or set of tags into a more complex component.
  • Behaviors - Provides the implementation for an event handler or set of event handlers for an HTML tag.
  • Converters - Converts Java-formatted string values to and from JavaScript typed values.
  • Validators - Test the value of a string or JavaScript object (such as a string, number, or date) to verify that the value conforms to JSF validation rules.
For a description of the supported objects, refer to the appropriate object type.
Related concepts
JSF Widget Library (JWL)

Feedback