public class TabSheetLayoutDecorator extends VaadinNestedSectionLayoutDecorator
NestedSectionLayoutDecorator.State<C>
Constructor and Description |
---|
TabSheetLayoutDecorator(LayoutDecoratorConfig<com.vaadin.ui.Component,com.vaadin.ui.ComponentContainer,VaadinMetawidget> config) |
Modifier and Type | Method and Description |
---|---|
protected com.vaadin.ui.ComponentContainer |
createSectionWidget(com.vaadin.ui.ComponentContainer previousSectionWidget,
String section,
Map<String,String> attributes,
com.vaadin.ui.ComponentContainer container,
VaadinMetawidget metawidget)
Creates a new widget to hold this section (
getState().currentSection ). |
getState, isIgnored, stripSection
endContainerLayout, layoutWidget, startContainerLayout
getDelegate, onEndBuild, onStartBuild
public TabSheetLayoutDecorator(LayoutDecoratorConfig<com.vaadin.ui.Component,com.vaadin.ui.ComponentContainer,VaadinMetawidget> config)
protected com.vaadin.ui.ComponentContainer createSectionWidget(com.vaadin.ui.ComponentContainer previousSectionWidget, String section, Map<String,String> attributes, com.vaadin.ui.ComponentContainer container, VaadinMetawidget metawidget)
NestedSectionLayoutDecorator
getState().currentSection
).createSectionWidget
in class NestedSectionLayoutDecorator<com.vaadin.ui.Component,com.vaadin.ui.ComponentContainer,VaadinMetawidget>
previousSectionWidget
- the previous section widget (if any). This can be useful for tracing back to, say,
a TabHostCopyright © 2015. All Rights Reserved.