Package | Description |
---|---|
org.metawidget.faces.component |
Java Server Faces support: base widgets.
|
org.metawidget.faces.component.html |
Java Server Faces support: HTML-specific widgets.
|
org.metawidget.faces.component.html.layout |
Java Server Faces support: HTML-specific layouts.
|
org.metawidget.faces.component.html.layout.icefaces |
Java Server Faces support: ICEfaces layouts.
|
org.metawidget.faces.component.html.layout.primefaces |
Java Server Faces support: PrimeFaces layouts.
|
org.metawidget.faces.component.html.layout.richfaces |
Java Server Faces support: RichFaces layouts.
|
org.metawidget.faces.component.html.widgetbuilder |
Java Server Faces support: HTML-specific widget builders.
|
org.metawidget.faces.component.html.widgetbuilder.icefaces |
Java Server Faces support: ICEfaces widget builders.
|
org.metawidget.faces.component.html.widgetbuilder.primefaces |
Java Server Faces support: PrimeFaces widget builders.
|
org.metawidget.faces.component.html.widgetbuilder.richfaces |
Java Server Faces support: RichFaces widget builders.
|
org.metawidget.faces.component.html.widgetbuilder.tomahawk |
Java Server Faces support: Tomahawk widget builders.
|
org.metawidget.faces.component.html.widgetprocessor |
Java Server Faces support: HTML-specific widget processors.
|
org.metawidget.faces.component.html.widgetprocessor.richfaces |
Java Server Faces support: RichFaces-specific widget processors.
|
org.metawidget.faces.component.layout |
Java Server Faces support: standard layouts.
|
org.metawidget.faces.component.widgetbuilder |
Java Server Faces support: standard widget builders.
|
org.metawidget.faces.component.widgetprocessor |
Java Server Faces support: standard widget processors.
|
org.metawidget.faces.renderkit.html |
Java Server Faces support: HTML-specific layouts.
|
org.metawidget.inspectionresultprocessor.faces |
Inspection Result Processors: JSF EL expressions support.
|
Modifier and Type | Method and Description |
---|---|
protected UIMetawidget |
UIMetawidget.Pipeline.buildNestedMetawidget(Map<String,String> attributes) |
protected UIMetawidget |
UIMetawidget.Pipeline.getPipelineOwner() |
Modifier and Type | Method and Description |
---|---|
Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> |
UIMetawidget.getLayout() |
WidgetBuilder<javax.faces.component.UIComponent,UIMetawidget> |
UIMetawidget.getWidgetBuilder()
Exposed mainly for those using
UIComponent.setBinding . |
List<WidgetProcessor<javax.faces.component.UIComponent,UIMetawidget>> |
UIMetawidget.getWidgetProcessors() |
Modifier and Type | Method and Description |
---|---|
void |
UIMetawidget.copyParameters(UIMetawidget copyFrom)
As discussed in the
setParameter JavaDoc, clients should use this method to
copy parameters, rather than creating UIParameter components directly. |
void |
UIMetawidget.initNestedMetawidget(UIMetawidget nestedMetawidget,
Map<String,String> attributes)
Useful for WidgetBuilders to setup nested Metawidgets (eg.
|
Modifier and Type | Method and Description |
---|---|
void |
UIMetawidget.addInspectionResultProcessor(InspectionResultProcessor<UIMetawidget> inspectionResultProcessor) |
void |
UIMetawidget.addWidgetProcessor(WidgetProcessor<javax.faces.component.UIComponent,UIMetawidget> widgetProcessor)
Exposed mainly for those using
UIComponent.setBinding . |
void |
UIMetawidget.removeInspectionResultProcessor(InspectionResultProcessor<UIMetawidget> inspectionResultProcessor) |
void |
UIMetawidget.removeWidgetProcessor(WidgetProcessor<javax.faces.component.UIComponent,UIMetawidget> widgetProcessor)
Exposed mainly for those using
UIComponent.setBinding . |
void |
UIMetawidget.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout) |
void |
UIMetawidget.setWidgetBuilder(WidgetBuilder<javax.faces.component.UIComponent,UIMetawidget> widgetBuilder) |
Modifier and Type | Class and Description |
---|---|
class |
HtmlMetawidget
Metawidget for Java Server Faces environments.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlMetawidget.initNestedMetawidget(UIMetawidget metawidget,
Map<String,String> attributes)
Overridden to carry CSS style attributes into the nested Metawidget.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OutputTextLayoutDecorator.addSectionWidget(String section,
int level,
javax.faces.component.UIComponent container,
UIMetawidget metawidget) |
protected javax.faces.component.UIComponent |
PanelGroupLayoutDecorator.createNewSectionWidget(javax.faces.component.UIComponent previousSectionWidget,
String section,
Map<String,String> attributes,
javax.faces.component.UIComponent container,
UIMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
PanelGroupLayoutDecoratorConfig |
PanelGroupLayoutDecoratorConfig.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
OutputTextLayoutDecoratorConfig |
OutputTextLayoutDecoratorConfig.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
Modifier and Type | Method and Description |
---|---|
protected javax.faces.component.UIComponent |
PanelTabSetLayoutDecorator.createNewSectionWidget(javax.faces.component.UIComponent previousSectionWidget,
String section,
Map<String,String> attributes,
javax.faces.component.UIComponent container,
UIMetawidget metawidget) |
Constructor and Description |
---|
PanelTabSetLayoutDecorator(LayoutDecoratorConfig<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> config) |
Modifier and Type | Method and Description |
---|---|
protected javax.faces.component.UIComponent |
TabViewLayoutDecorator.createNewSectionWidget(javax.faces.component.UIComponent previousSectionWidget,
String section,
Map<String,String> attributes,
javax.faces.component.UIComponent container,
UIMetawidget metawidget) |
protected javax.faces.component.UIComponent |
AccordionPanelLayoutDecorator.createNewSectionWidget(javax.faces.component.UIComponent previousSectionWidget,
String section,
Map<String,String> attributes,
javax.faces.component.UIComponent container,
UIMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
TabViewLayoutDecoratorConfig |
TabViewLayoutDecoratorConfig.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
AccordionPanelLayoutDecoratorConfig |
AccordionPanelLayoutDecoratorConfig.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
Modifier and Type | Method and Description |
---|---|
protected javax.faces.component.UIComponent |
PanelLayoutDecorator.createNewSectionWidget(javax.faces.component.UIComponent previousSectionWidget,
String section,
Map<String,String> attributes,
javax.faces.component.UIComponent container,
UIMetawidget metawidget) |
protected javax.faces.component.UIComponent |
TabPanelLayoutDecorator.createNewSectionWidget(javax.faces.component.UIComponent previousSectionWidget,
String section,
Map<String,String> attributes,
javax.faces.component.UIComponent container,
UIMetawidget metawidget) |
protected javax.faces.component.UIComponent |
SimpleTogglePanelLayoutDecorator.createNewSectionWidget(javax.faces.component.UIComponent previousSectionWidget,
String section,
Map<String,String> attributes,
javax.faces.component.UIComponent container,
UIMetawidget metawidget) |
protected javax.faces.component.UIComponent |
CollapsiblePanelLayoutDecorator.createNewSectionWidget(javax.faces.component.UIComponent previousSectionWidget,
String section,
Map<String,String> attributes,
javax.faces.component.UIComponent container,
UIMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
SimpleTogglePanelLayoutDecoratorConfig |
SimpleTogglePanelLayoutDecoratorConfig.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
PanelLayoutDecoratorConfig |
PanelLayoutDecoratorConfig.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
CollapsiblePanelLayoutDecoratorConfig |
CollapsiblePanelLayoutDecoratorConfig.setLayout(Layout<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> layout)
Overridden to use covariant return type.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HtmlWidgetBuilder.addColumnComponent(javax.faces.component.UIData dataTable,
Map<String,String> tableAttributes,
String elementName,
Map<String,String> columnAttributes,
UIMetawidget metawidget)
Create a UIColumn component for the given attributes, to the given UIData.
|
protected void |
HtmlWidgetBuilder.addColumnComponents(javax.faces.component.UIData dataTable,
Map<String,String> attributes,
NodeList elements,
UIMetawidget metawidget)
Adds column components to the given UIData.
|
javax.faces.component.UIComponent |
ReadOnlyWidgetBuilder.buildWidget(String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
javax.faces.component.UIComponent |
HtmlWidgetBuilder.buildWidget(String elementName,
Map<String,String> attributes,
UIMetawidget metawidget)
Purely creates the widget.
|
protected javax.faces.component.UIComponent |
HtmlWidgetBuilder.createDataTableComponent(String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
protected void |
HtmlWidgetBuilder.initFacesSelect(javax.faces.component.UIComponent component,
String facesLookup,
Map<String,String> attributes,
UIMetawidget metawidget) |
protected void |
HtmlWidgetBuilder.initStaticSelect(javax.faces.component.UIComponent component,
String lookup,
Class<?> clazz,
Map<String,String> attributes,
UIMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
javax.faces.component.UIComponent |
IceFacesWidgetBuilder.buildWidget(String elementName,
Map<String,String> attributes,
UIMetawidget metawidget)
Purely creates the widget.
|
Modifier and Type | Method and Description |
---|---|
javax.faces.component.UIComponent |
PrimeFacesWidgetBuilder.buildWidget(String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
javax.faces.component.UIComponent |
RichFacesWidgetBuilder.buildWidget(String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
javax.faces.component.UIComponent |
TomahawkWidgetBuilder.buildWidget(String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
javax.faces.component.UIComponent |
CssStyleProcessor.processWidget(javax.faces.component.UIComponent component,
String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
javax.faces.component.UIComponent |
HiddenFieldProcessor.processWidget(javax.faces.component.UIComponent component,
String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
javax.faces.component.UIComponent |
AjaxProcessor.processWidget(javax.faces.component.UIComponent component,
String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
protected javax.faces.component.UIComponent |
HiddenFieldProcessor.wrapWithHiddenField(javax.faces.component.UIComponent component,
Map<String,String> attributes,
UIMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
javax.faces.component.UIComponent |
RichFacesProcessor.processWidget(javax.faces.component.UIComponent component,
String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
protected abstract javax.faces.component.UIComponent |
UIComponentNestedSectionLayoutDecorator.createNewSectionWidget(javax.faces.component.UIComponent previousSectionWidget,
String section,
Map<String,String> attributes,
javax.faces.component.UIComponent container,
UIMetawidget metawidget)
Creates a new widget to hold this section (
getState().currentSection ). |
protected javax.faces.component.UIComponent |
UIComponentNestedSectionLayoutDecorator.createSectionWidget(javax.faces.component.UIComponent previousSectionWidget,
String section,
Map<String,String> attributes,
javax.faces.component.UIComponent container,
UIMetawidget metawidget)
Overridden, and made final, to support searching for existing section widgets before creating
new ones.
|
protected FlatSectionLayoutDecorator.State |
UIComponentFlatSectionLayoutDecorator.getState(javax.faces.component.UIComponent container,
UIMetawidget metawidget) |
protected NestedSectionLayoutDecorator.State<javax.faces.component.UIComponent> |
UIComponentNestedSectionLayoutDecorator.getState(javax.faces.component.UIComponent container,
UIMetawidget metawidget) |
void |
SimpleLayout.layoutWidget(javax.faces.component.UIComponent widget,
String elementName,
Map<String,String> attributes,
javax.faces.component.UIComponent container,
UIMetawidget metawidget) |
void |
UIComponentNestedSectionLayoutDecorator.onEndBuild(UIMetawidget metawidget)
Clears out all
existingSectionsUsed . |
Constructor and Description |
---|
UIComponentFlatSectionLayoutDecorator(LayoutDecoratorConfig<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> config) |
UIComponentNestedSectionLayoutDecorator(LayoutDecoratorConfig<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> config) |
Modifier and Type | Method and Description |
---|---|
javax.faces.component.UIComponent |
OverriddenWidgetBuilder.buildWidget(String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
void |
ReadableIdProcessor.onEndBuild(UIMetawidget metawidget) |
void |
ReadableIdProcessor.onStartBuild(UIMetawidget metawidget) |
javax.faces.component.UIComponent |
RequiredAttributeProcessor.processWidget(javax.faces.component.UIComponent component,
String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
javax.faces.component.UIComponent |
LabelProcessor.processWidget(javax.faces.component.UIComponent component,
String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
javax.faces.component.UIComponent |
ReadableIdProcessor.processWidget(javax.faces.component.UIComponent component,
String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
javax.faces.component.UIComponent |
StandardValidatorProcessor.processWidget(javax.faces.component.UIComponent component,
String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
javax.faces.component.UIComponent |
ImmediateAttributeProcessor.processWidget(javax.faces.component.UIComponent component,
String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
javax.faces.component.UIComponent |
StandardBindingProcessor.processWidget(javax.faces.component.UIComponent component,
String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
javax.faces.component.UIComponent |
StandardConverterProcessor.processWidget(javax.faces.component.UIComponent component,
String elementName,
Map<String,String> attributes,
UIMetawidget metawidget) |
protected void |
ReadableIdProcessor.setUniqueId(String id,
javax.faces.component.UIComponent component,
UIMetawidget metawidget) |
protected void |
ReadableIdProcessor.setUniqueId(javax.faces.component.UIComponent component,
String expressionString,
UIMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
protected void |
HtmlLayoutRenderer.writeStyleAndClass(UIMetawidget metawidget,
javax.faces.context.ResponseWriter writer,
String style) |
Modifier and Type | Method and Description |
---|---|
protected void |
FacesInspectionResultProcessor.processAttributes(Map<String,String> attributes,
UIMetawidget metawidget) |
protected void |
FacesInspectionResultProcessor.processEntity(Map<String,String> attributes,
UIMetawidget metawidget,
Object toInspect,
String type,
String... names) |
protected void |
FacesInspectionResultProcessor.processTraits(Element entity,
UIMetawidget metawidget,
Object toInspect,
String type,
String... names) |
Copyright © 2015. All Rights Reserved.