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, stripSectionendContainerLayout, layoutWidget, startContainerLayoutgetDelegate, onEndBuild, onStartBuildpublic 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)
NestedSectionLayoutDecoratorgetState().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.