| Name | Description | Type | Package | Framework |
| AccordionPanelLayoutDecorator | Class | org.metawidget.faces.component.html.layout.primefaces | MetaWidget | |
| AccordionPanelLayoutDecoratorConfig | Configures a AccordionPanelLayoutDecorator prior to use. | Class | org.metawidget.faces.component.html.layout.primefaces | MetaWidget |
| AjaxProcessor | WidgetProcessor for JSF2 environments. | Class | org.metawidget.faces.component.html.widgetprocessor | MetaWidget |
| CollapsiblePanelLayoutDecorator | Layout to decorate widgets from different sections using a RichFaces (4. | Class | org.metawidget.faces.component.html.layout.richfaces | MetaWidget |
| CollapsiblePanelLayoutDecoratorConfig | Configures a CollapsiblePanelLayoutDecoratorConfig prior to use. | Class | org.metawidget.faces.component.html.layout.richfaces | MetaWidget |
| ConverterProcessor | Java Server Faces support: Converters This interface should be implemented by any WidgetProcessors that set Converters (eg. | Interface | org.metawidget.faces.component.widgetprocessor | MetaWidget |
| CssStyleProcessor | WidgetProcessor that adds CSS styles to a UIComponent, based on the styles of the parentAuthor:Richard Kennard | Class | org.metawidget.faces.component.html.widgetprocessor | MetaWidget |
| FacesResourceResolver | Specialized ResourceResolver for Java Server Faces. | Class | org.metawidget.faces.component | MetaWidget |
| HiddenFieldProcessor | WidgetProcessor that adds HTML tags to hidden and read-only values, so that they POST back. | Class | org.metawidget.faces.component.html.widgetprocessor | MetaWidget |
| HtmlLookupOutputText | Component to output text based on a lookup value. | Class | org.metawidget.faces.component.html.widgetbuilder | MetaWidget |
| HtmlMetawidget | Metawidget for Java Server Faces environments. | Class | org.metawidget.faces.component.html | MetaWidget |
| HtmlWidgetBuilder | WidgetBuilder for Java Server Faces environments. | Class | org.metawidget.faces.component.html.widgetbuilder | MetaWidget |
| HtmlWidgetBuilderConfig | Configures an HtmlWidgetBuilder prior to use. | Class | org.metawidget.faces.component.html.widgetbuilder | MetaWidget |
| IceFacesWidgetBuilder | WidgetBuilder for ICEfaces environments. | Class | org.metawidget.faces.component.html.widgetbuilder.icefaces | MetaWidget |
| IceFacesWidgetBuilderConfig | Configures an IceFacesWidgetBuilder prior to use. | Class | org.metawidget.faces.component.html.widgetbuilder.icefaces | MetaWidget |
| ImmediateAttributeProcessor | WidgetProcessor that sets the immediate attribute. | Class | org.metawidget.faces.component.widgetprocessor | MetaWidget |
| LabelProcessor | WidgetProcessor to set labels on a UIComponent. | Class | org.metawidget.faces.component.widgetprocessor | MetaWidget |
| OutputTextLayoutDecorator | Layout to decorate widgets from different sections using an HtmlOutputText. | Class | org.metawidget.faces.component.html.layout | MetaWidget |
| OutputTextLayoutDecoratorConfig | Configures a OutputTextLayoutDecorator prior to use. | Class | org.metawidget.faces.component.html.layout | MetaWidget |
| OverriddenWidgetBuilder | WidgetBuilder for overridden widgets in Java Server Faces environments. | Class | org.metawidget.faces.component.widgetbuilder | MetaWidget |
| PanelGroupLayoutDecorator | Layout to decorate widgets from different sections using a JSF PanelGroup. | Class | org.metawidget.faces.component.html.layout | MetaWidget |
| PanelGroupLayoutDecoratorConfig | Configures a PanelGroupLayoutDecorator prior to use. | Class | org.metawidget.faces.component.html.layout | MetaWidget |
| PanelLayoutDecorator | Layout to decorate widgets from different sections using a RichFaces Panel. | Class | org.metawidget.faces.component.html.layout.richfaces | MetaWidget |
| PanelLayoutDecoratorConfig | Configures a PanelLayoutDecorator prior to use. | Class | org.metawidget.faces.component.html.layout.richfaces | MetaWidget |
| PanelTabSetLayoutDecorator | Layout to decorate widgets from different sections using an ICEfaces PanelTabSet. | Class | org.metawidget.faces.component.html.layout.icefaces | MetaWidget |
| PrimeFacesWidgetBuilder | WidgetBuilder for PrimeFaces environments. | Class | org.metawidget.faces.component.html.widgetbuilder.primefaces | MetaWidget |
| PrimeFacesWidgetBuilderConfig | Configures an PrimeFacesWidgetBuilder prior to use. | Class | org.metawidget.faces.component.html.widgetbuilder.primefaces | MetaWidget |
| ReadableIdProcessor | WidgetProcessor to set 'human readable' ids on a UIComponent. | Class | org.metawidget.faces.component.widgetprocessor | MetaWidget |
| ReadOnlyWidgetBuilder | WidgetBuilder for read-only widgets in Java Server Faces environments. | Class | org.metawidget.faces.component.html.widgetbuilder | MetaWidget |
| RequiredAttributeProcessor | WidgetProcessor that sets the required attribute. | Class | org.metawidget.faces.component.widgetprocessor | MetaWidget |
| RichFacesProcessor | WidgetProcessor for RichFaces environments. | Class | org.metawidget.faces.component.html.widgetprocessor.richfaces | MetaWidget |
| RichFacesWidgetBuilder | WidgetBuilder for RichFaces environments. | Class | org.metawidget.faces.component.html.widgetbuilder.richfaces | MetaWidget |
| SimpleLayout | Just adds the component to the given container using getChildren(). | Class | org.metawidget.faces.component.layout | MetaWidget |
| SimpleTogglePanelLayoutDecorator | Layout to decorate widgets from different sections using a RichFaces (3. | Class | org.metawidget.faces.component.html.layout.richfaces | MetaWidget |
| SimpleTogglePanelLayoutDecoratorConfig | Configures a SimpleTogglePanelLayoutDecorator prior to use. | Class | org.metawidget.faces.component.html.layout.richfaces | MetaWidget |
| StandardBindingProcessor | WidgetProcessor to add standard JSF value and action bindings to a UIComponent. | Class | org.metawidget.faces.component.widgetprocessor | MetaWidget |
| StandardConverterProcessor | WidgetProcessor to add standard JSF Converters to a UIComponent. | Class | org.metawidget.faces.component.widgetprocessor | MetaWidget |
| StandardValidatorProcessor | WidgetProcessor to add standard JSF validators to a UIComponent. | Class | org.metawidget.faces.component.widgetprocessor | MetaWidget |
| TabPanelLayoutDecorator | Layout to decorate widgets from different sections using a RichFaces TabPanel. | Class | org.metawidget.faces.component.html.layout.richfaces | MetaWidget |
| TabPanelLayoutDecoratorConfig | Configures a TabPanelLayoutDecorator prior to use. | Class | org.metawidget.faces.component.html.layout.richfaces | MetaWidget |
| TabViewLayoutDecorator | Layout to decorate widgets from different sections using a PrimeFaces TabView. | Class | org.metawidget.faces.component.html.layout.primefaces | MetaWidget |
| TabViewLayoutDecoratorConfig | Configures a TabViewLayoutDecorator prior to use. | Class | org.metawidget.faces.component.html.layout.primefaces | MetaWidget |
| TomahawkWidgetBuilder | WidgetBuilder for Tomahawk environments. | Class | org.metawidget.faces.component.html.widgetbuilder.tomahawk | MetaWidget |
| UIComponentFlatSectionLayoutDecorator | Convenience base class for LayoutDecorators wishing to decorate widgets based on changing sections within JSF Layouts. | Class | org.metawidget.faces.component.layout | MetaWidget |
| UIComponentNestedSectionLayoutDecorator | Convenience base class for LayoutDecorators wishing to decorate widgets based on changing sections within JSF Layouts. | Class | org.metawidget.faces.component.layout | MetaWidget |
| UIComponentNestedSectionLayoutDecorator .UIComponentState | Simple, lightweight structure for saving state. | Class | org.metawidget.faces.component.layout.UIComponentNestedSectionLayoutDecorator | MetaWidget |
| UIMetawidget | Base Metawidget for Java Server Faces environments. | Class | org.metawidget.faces.component | MetaWidget |
| UIStub | Stub for Java Server Faces environments. | Class | org.metawidget.faces.component | MetaWidget |