Package org.patternfly.component
Class OldPageHeader
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLElement,OldPageHeader>
-
- org.patternfly.component.OldPageHeader
-
- All Implemented Interfaces:
Container<HTMLElement,OldPageHeader>,Finder<HTMLElement>,HasElement<HTMLElement,OldPageHeader>,HasHTMLElement<HTMLElement,OldPageHeader>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,OldPageHeader>,Component
@Deprecated public class OldPageHeader extends BaseComponent<HTMLElement,OldPageHeader>
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description OldPageHeaderadd(Navigation navigation)Deprecated.Adds the given navigation and removes the previous one (if any).OldPageHeaderadd(OldPageTools tools)Deprecated.Adds the given tools and removes the previous one (if any).NavigationgetNavigation()Deprecated.OldPageToolsgetTools()Deprecated.OldPageHeaderthat()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 OldPageHeader that()
Deprecated.
-
add
public OldPageHeader add(Navigation navigation)
Deprecated.Adds the given navigation and removes the previous one (if any).
-
add
public OldPageHeader add(OldPageTools tools)
Deprecated.Adds the given tools and removes the previous one (if any).
-
getNavigation
public Navigation getNavigation()
Deprecated.
-
getTools
public OldPageTools getTools()
Deprecated.
-
-