public class PanelGroupLayoutDecorator extends UIComponentNestedSectionLayoutDecorator
The styleClass attribute of the section includes the section name, as well as any
additional style class specified by PanelGroupLayoutDecoratorConfig.
UIComponentNestedSectionLayoutDecorator.UIComponentStateNestedSectionLayoutDecorator.State<C>| Constructor and Description |
|---|
PanelGroupLayoutDecorator(PanelGroupLayoutDecoratorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.faces.component.UIComponent |
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). |
createSectionWidget, getState, isIgnored, onEndBuild, stripSectionendContainerLayout, layoutWidget, startContainerLayoutgetDelegate, onStartBuildpublic PanelGroupLayoutDecorator(PanelGroupLayoutDecoratorConfig config)
protected javax.faces.component.UIComponent createNewSectionWidget(javax.faces.component.UIComponent previousSectionWidget,
String section,
Map<String,String> attributes,
javax.faces.component.UIComponent container,
UIMetawidget metawidget)
UIComponentNestedSectionLayoutDecoratorgetState().currentSection).
Clients should use this version of the method instead of createSectionWidget, in
order to support UIMetawidget.COMPONENT_ATTRIBUTE_NOT_RECREATABLE.
createNewSectionWidget in class UIComponentNestedSectionLayoutDecoratorpreviousSectionWidget - the previous section widget (if any). This can be useful for tracing back to, say,
a TabHostCopyright © 2015. All Rights Reserved.