Package org.patternfly.component
Class OldPageSidebar
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLElement,OldPageSidebar>
-
- org.patternfly.component.OldPageSidebar
-
- All Implemented Interfaces:
Container<HTMLElement,OldPageSidebar>,Finder<HTMLElement>,HasElement<HTMLElement,OldPageSidebar>,HasHTMLElement<HTMLElement,OldPageSidebar>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,OldPageSidebar>,Component
@Deprecated public class OldPageSidebar extends BaseComponent<HTMLElement,OldPageSidebar>
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description OldPageSidebaradd(Navigation navigation)Deprecated.Adds the navigation to the sidebar's body and removes the previous one (if any).HTMLContainerBuilder<HTMLDivElement>getBody()Deprecated.NavigationgetNavigation()Deprecated.OldPageSidebarthat()Deprecated.-
Methods inherited from class org.patternfly.component.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()
Deprecated.
-
add
public OldPageSidebar add(Navigation navigation)
Deprecated.Adds the navigation to the sidebar's body and removes the previous one (if any). Shortcut forgetBody().add(navigation).
-
getBody
public HTMLContainerBuilder<HTMLDivElement> getBody()
Deprecated.
-
getNavigation
public Navigation getNavigation()
Deprecated.
-
-