public class TextViewLayoutDecorator extends AndroidNestedSectionLayoutDecorator
NestedSectionLayoutDecorator.State<C>| Constructor and Description |
|---|
TextViewLayoutDecorator(TextViewLayoutDecoratorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected android.view.ViewGroup |
createSectionWidget(android.view.ViewGroup previousSectionView,
String section,
Map<String,String> attributes,
android.view.ViewGroup container,
AndroidMetawidget metawidget)
Creates a new widget to hold this section (
getState().currentSection). |
getState, isIgnored, stripSectionendContainerLayout, layoutWidget, startContainerLayoutgetDelegate, onEndBuild, onStartBuildpublic TextViewLayoutDecorator(TextViewLayoutDecoratorConfig config)
protected android.view.ViewGroup createSectionWidget(android.view.ViewGroup previousSectionView,
String section,
Map<String,String> attributes,
android.view.ViewGroup container,
AndroidMetawidget metawidget)
NestedSectionLayoutDecoratorgetState().currentSection).createSectionWidget in class NestedSectionLayoutDecorator<android.view.View,android.view.ViewGroup,AndroidMetawidget>previousSectionView - the previous section widget (if any). This can be useful for tracing back to, say,
a TabHostCopyright © 2015. All Rights Reserved.