public final class GettingStartedSection extends PreDefinedSection
| Modifier and Type | Class and Description |
|---|---|
static class |
GettingStartedSection.Link
Internal representation of a link.
|
| Modifier and Type | Method and Description |
|---|---|
GettingStartedSection |
addAdditionalLink(String href,
String description) |
GettingStartedSection |
addGuideLink(String href,
String description) |
BulletedSection<GettingStartedSection.Link> |
additionalLinks() |
GettingStartedSection |
addReferenceDocLink(String href,
String description) |
BulletedSection<GettingStartedSection.Link> |
guides() |
boolean |
isEmpty() |
BulletedSection<GettingStartedSection.Link> |
referenceDocs() |
protected List<Section> |
resolveSubSections(List<Section> sections)
Resolve the sections to render based on the current registered sections.
|
addSection, writepublic boolean isEmpty()
isEmpty in class PreDefinedSectionprotected List<Section> resolveSubSections(List<Section> sections)
PreDefinedSectionresolveSubSections in class PreDefinedSectionsections - the registered sectionspublic GettingStartedSection addReferenceDocLink(String href, String description)
public BulletedSection<GettingStartedSection.Link> referenceDocs()
public GettingStartedSection addGuideLink(String href, String description)
public BulletedSection<GettingStartedSection.Link> guides()
public GettingStartedSection addAdditionalLink(String href, String description)
public BulletedSection<GettingStartedSection.Link> additionalLinks()
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.