Package org.patternfly.component
Class OldToolbar.Item
- java.lang.Object
-
- org.patternfly.component.SubComponent<HTMLDivElement,OldToolbar.Item>
-
- org.patternfly.component.OldToolbar.Item
-
- All Implemented Interfaces:
Container<HTMLDivElement,OldToolbar.Item>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,OldToolbar.Item>,HasHTMLElement<HTMLDivElement,OldToolbar.Item>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,OldToolbar.Item>
- Enclosing class:
- OldToolbar<T>
@Deprecated public static class OldToolbar.Item extends SubComponent<HTMLDivElement,OldToolbar.Item>
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <T> OldToolbar.Itemadd(String id, String placeholder, Function<String,Predicate<T>> filterFn)Deprecated.OldToolbar.Itemadd(org.patternfly.component.OldToolbar.BulkSelect bulkSelect)Deprecated.<T> OldToolbar.Itemadd(org.patternfly.component.OldToolbar.Filter filter)Deprecated.<T> OldToolbar.Itemadd(org.patternfly.component.OldToolbar.SortMenu<T> sortMenu)Deprecated.OldToolbar.Itemadd(Pagination pagination)Deprecated.OldToolbar.Itemseparator()Deprecated.OldToolbar.Itemthat()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.Item that()
Deprecated.
-
add
public OldToolbar.Item add(org.patternfly.component.OldToolbar.BulkSelect bulkSelect)
Deprecated.
-
add
public <T> OldToolbar.Item add(org.patternfly.component.OldToolbar.Filter filter)
Deprecated.
-
add
public <T> OldToolbar.Item add(String id, String placeholder, Function<String,Predicate<T>> filterFn)
Deprecated.
-
add
public <T> OldToolbar.Item add(org.patternfly.component.OldToolbar.SortMenu<T> sortMenu)
Deprecated.
-
add
public OldToolbar.Item add(Pagination pagination)
Deprecated.
-
separator
public OldToolbar.Item separator()
Deprecated.
-
-