public abstract class StaticNestedSectionLayoutDecorator extends NestedSectionLayoutDecorator<StaticWidget,StaticWidget,StaticMetawidget>
NestedSectionLayoutDecorator.State<C>| Modifier | Constructor and Description |
|---|---|
protected |
StaticNestedSectionLayoutDecorator(LayoutDecoratorConfig<StaticWidget,StaticWidget,StaticMetawidget> config) |
| Modifier and Type | Method and Description |
|---|---|
protected NestedSectionLayoutDecorator.State<StaticWidget> |
getState(StaticWidget container,
StaticMetawidget metawidget) |
protected boolean |
isIgnored(StaticWidget component) |
void |
startContainerLayout(StaticWidget container,
StaticMetawidget metawidget)
Initialise the given container, using the given Metawidget to access additional services if
needed (such as state saving).
|
protected String |
stripSection(Map<String,String> attributes) |
createSectionWidget, endContainerLayout, layoutWidgetgetDelegate, onEndBuild, onStartBuildprotected StaticNestedSectionLayoutDecorator(LayoutDecoratorConfig<StaticWidget,StaticWidget,StaticMetawidget> config)
public void startContainerLayout(StaticWidget container, StaticMetawidget metawidget)
AdvancedLayoutstartContainerLayout in interface AdvancedLayout<StaticWidget,StaticWidget,StaticMetawidget>startContainerLayout in class NestedSectionLayoutDecorator<StaticWidget,StaticWidget,StaticMetawidget>container - the container to layout. This is often the same as the given Metawidgetmetawidget - the parent Metawidget. Never nullprotected String stripSection(Map<String,String> attributes)
stripSection in class NestedSectionLayoutDecorator<StaticWidget,StaticWidget,StaticMetawidget>protected NestedSectionLayoutDecorator.State<StaticWidget> getState(StaticWidget container, StaticMetawidget metawidget)
getState in class NestedSectionLayoutDecorator<StaticWidget,StaticWidget,StaticMetawidget>protected boolean isIgnored(StaticWidget component)
isIgnored in class NestedSectionLayoutDecorator<StaticWidget,StaticWidget,StaticMetawidget>Copyright © 2015. All Rights Reserved.