public abstract class UIComponentFlatSectionLayoutDecorator extends FlatSectionLayoutDecorator<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget>
FlatSectionLayoutDecorator.State| Modifier | Constructor and Description |
|---|---|
protected |
UIComponentFlatSectionLayoutDecorator(LayoutDecoratorConfig<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> config) |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
getSections(Map<String,String> attributes) |
protected FlatSectionLayoutDecorator.State |
getState(javax.faces.component.UIComponent container,
UIMetawidget metawidget) |
protected boolean |
isIgnored(javax.faces.component.UIComponent component)
Returns
true if the given widget should be ignored, and no section heading
created for it. |
protected String |
stripSection(Map<String,String> attributes) |
addSectionWidget, layoutWidget, startContainerLayoutendContainerLayout, getDelegate, onEndBuild, onStartBuildprotected UIComponentFlatSectionLayoutDecorator(LayoutDecoratorConfig<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget> config)
protected String stripSection(Map<String,String> attributes)
stripSection in class FlatSectionLayoutDecorator<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget>protected String[] getSections(Map<String,String> attributes)
getSections in class FlatSectionLayoutDecorator<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget>protected FlatSectionLayoutDecorator.State getState(javax.faces.component.UIComponent container, UIMetawidget metawidget)
getState in class FlatSectionLayoutDecorator<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget>protected boolean isIgnored(javax.faces.component.UIComponent component)
FlatSectionLayoutDecoratortrue if the given widget should be ignored, and no section heading
created for it. For example, the widget might be an empty Stub widget.
Subclasses should override this method and return true if the widget is some
other kind of ignored component (eg. HtmlInputHidden).
isIgnored in class FlatSectionLayoutDecorator<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget>Copyright © 2015. All Rights Reserved.