Package org.patternfly.component.page
Class PageMain
java.lang.Object
org.patternfly.component.SubComponent<E,B>
org.patternfly.component.page.PageMain
- All Implemented Interfaces:
Container<elemental2.dom.HTMLElement,,PageMain> Finder<elemental2.dom.HTMLElement>,HasElement<elemental2.dom.HTMLElement,,PageMain> HasHTMLElement<elemental2.dom.HTMLElement,,PageMain> IsElement<elemental2.dom.HTMLElement>,TypedBuilder<elemental2.dom.HTMLElement,PageMain>
Container for the main page area. The page main container typically contains multiple
PageMainGroups and/or
PageMainSections.
-
Method Summary
Modifier and TypeMethodDescriptionaddGroup(PageMainGroup group) Adds aPageMainGroupto this component.<E extends elemental2.dom.HTMLElement,P extends PageSection<E, P>>
PageMainaddSection(PageSection<E, P> pageSection) Adds aPageSectionto this component.static PageMainFactory method to create a new instance of this component.voidreplace(elemental2.dom.Element element) voidreplace(elemental2.dom.Element... elements) voidreplace(elemental2.dom.HTMLElement... elements) voidvoidvoidthat()Methods inherited from class org.patternfly.component.SubComponent
elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
Method Details
-
pageMain
Factory method to create a new instance of this component. -
addGroup
Adds aPageMainGroupto this component. -
addSection
public <E extends elemental2.dom.HTMLElement,P extends PageSection<E, PageMain addSectionP>> (PageSection<E, P> pageSection) Adds aPageSectionto this component. -
that
-
replace
-
replace
public void replace(elemental2.dom.Element element) -
replace
public void replace(elemental2.dom.Element... elements) -
replace
public void replace(elemental2.dom.HTMLElement... elements) -
replace
-
replace
-