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, stripSection
endContainerLayout, layoutWidget, startContainerLayout
getDelegate, onEndBuild, onStartBuild
public TextViewLayoutDecorator(TextViewLayoutDecoratorConfig config)
protected android.view.ViewGroup createSectionWidget(android.view.ViewGroup previousSectionView, String section, Map<String,String> attributes, android.view.ViewGroup container, AndroidMetawidget metawidget)
NestedSectionLayoutDecorator
getState().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.