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