| Class | Description |
|---|---|
| FacesAnnotationInspector |
Inspects annotations defined by Metawidget's Java Server Faces support (declared in this same
package).
|
| FacesInspectionResultConstants |
Faces-specific element and attribute names appearing in DOMs conforming to
inspection-result-1.0.xsd.
|
| StaticFacesInspectionResultConstants |
Faces-specific element and attribute names appearing in DOMs conforming to
inspection-result-1.0.xsd.
|
| Annotation Type | Description |
|---|---|
| UiFacesAjax |
Annotates the widget for this field should use AJAX in response to the given event.
|
| UiFacesComponent |
Annotates the field should be rendered using the given Faces component type in the UI.
|
| UiFacesConverter |
Annotates the field should use the given Faces converter in the UI.
|
| UiFacesDateTimeConverter |
Annotates the field should use the standard Faces
DateTimeConverter. |
| UiFacesLookup |
Annotates the value in the field should belong to the set returned by the given EL expression.
|
| UiFacesNumberConverter |
Annotates the field should use the standard Faces
NumberConverter. |
| UiFacesSuggest |
Annotates the value in the field should be 'suggested' (ie.
|
Copyright © 2015. All Rights Reserved.