Package org.patternfly.components
Class OldPageSidebar
- java.lang.Object
-
- org.patternfly.components.BaseComponent<elemental2.dom.HTMLElement,OldPageSidebar>
-
- org.patternfly.components.OldPageSidebar
-
- All Implemented Interfaces:
Container<elemental2.dom.HTMLElement,OldPageSidebar>,Finder<elemental2.dom.HTMLElement>,HasElement<elemental2.dom.HTMLElement,OldPageSidebar>,HasHTMLElement<elemental2.dom.HTMLElement,OldPageSidebar>,IsElement<elemental2.dom.HTMLElement>,TypedBuilder<elemental2.dom.HTMLElement,OldPageSidebar>,Component
public class OldPageSidebar extends BaseComponent<elemental2.dom.HTMLElement,OldPageSidebar>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OldPageSidebaradd(Navigation navigation)Adds the navigation to the sidebar's body and removes the previous one (if any).HTMLContainerBuilder<elemental2.dom.HTMLDivElement>getBody()NavigationgetNavigation()OldPageSidebarthat()-
Methods inherited from class org.patternfly.components.BaseComponent
componentType, element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.elemento.Container
add, add, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
-
-
-
Method Detail
-
that
public OldPageSidebar that()
-
add
public OldPageSidebar add(Navigation navigation)
Adds the navigation to the sidebar's body and removes the previous one (if any). Shortcut forgetBody().add(navigation).
-
getBody
public HTMLContainerBuilder<elemental2.dom.HTMLDivElement> getBody()
-
getNavigation
public Navigation getNavigation()
-
-