public class TestSectionCreator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestSectionCreator.TestSection |
Constructor and Description |
---|
TestSectionCreator() |
Modifier and Type | Method and Description |
---|---|
static Section |
createChangeSetComponent(String key,
Change... changes) |
static SectionLifecycle |
createChangeSetLifecycle(Change... changes) |
static Section |
createSection(int initialCount,
String key,
SectionLifecycle sectionLifecycle) |
static Section |
createSection(int initialCount,
String key,
SectionLifecycle sectionLifecycle,
boolean forceShouldUpdate) |
static Section |
createSectionComponent(String key,
Section... children) |
static SectionLifecycle |
createSectionLifecycle(Section... children) |
static void |
createTree(Section section,
SectionContext listContext) |
public static Section createSection(int initialCount, String key, SectionLifecycle sectionLifecycle)
public static Section createSection(int initialCount, String key, SectionLifecycle sectionLifecycle, boolean forceShouldUpdate)
public static Section createSectionComponent(String key, @Nullable Section... children)
public static Section createChangeSetComponent(String key, @Nullable Change... changes)
public static SectionLifecycle createSectionLifecycle(@Nullable Section... children)
Section
s as children.public static SectionLifecycle createChangeSetLifecycle(@Nullable Change... changes)
public static void createTree(Section section, SectionContext listContext)