Package org.patternfly.component
Class OldToolbar.Content
- java.lang.Object
-
- org.patternfly.component.SubComponent<HTMLDivElement,OldToolbar.Content>
-
- org.patternfly.component.OldToolbar.Content
-
- All Implemented Interfaces:
Container<HTMLDivElement,OldToolbar.Content>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,OldToolbar.Content>,HasHTMLElement<HTMLDivElement,OldToolbar.Content>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,OldToolbar.Content>
- Enclosing class:
- OldToolbar<T>
@Deprecated public static class OldToolbar.Content extends SubComponent<HTMLDivElement,OldToolbar.Content>
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description OldToolbar.Contentadd(OldToolbar.Group group)Deprecated.OldToolbar.Contentadd(OldToolbar.Item item)Deprecated.OldToolbar.Contentthat()Deprecated.-
Methods inherited from class org.patternfly.component.SubComponent
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 OldToolbar.Content that()
Deprecated.
-
add
public OldToolbar.Content add(OldToolbar.Group group)
Deprecated.
-
add
public OldToolbar.Content add(OldToolbar.Item item)
Deprecated.
-
-