Package org.patternfly.component
Class OldToolbar<T>
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLDivElement,OldToolbar<T>>
-
- org.patternfly.component.OldToolbar<T>
-
- All Implemented Interfaces:
Attachable,Container<HTMLDivElement,OldToolbar<T>>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,OldToolbar<T>>,HasHTMLElement<HTMLDivElement,OldToolbar<T>>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,OldToolbar<T>>,Component,Display<T>
@Deprecated public class OldToolbar<T> extends BaseComponent<HTMLDivElement,OldToolbar<T>> implements Display<T>, Attachable
Deprecated.PatternFly data toolbar component.All elements of a toolbar have to be nested inside instances of type
OldToolbar.Content. In general the structure of a toolbar should apply to the following EBNF (the symbols enclosed in '?' represent PatternFly components / HTML nodes):toolbar = content, { content } ; content = { group | item | node } ; group = { group | item | node } ; item = bulk_select | filter | sort_menu | pagination ; node = ? HTML node ? ; filter = basic_filter | attribute_value | faceted_filter | type_ahead_filter | multiple_filter ; basic_filter = single_value | multi_value | date_range ; attribute_value = ? dropdown ?, basic_filter ; faceted_filter = ? grouped multi select ? ; type_ahead_filter = ? type ahead single select ? | ? type ahead multi select ? ; multiple_filter = named_filter, { named_filter }, clear_filter ; single_value = ? search box ? | ? single select ? ; multi_value = ? multi select ? ; date_range = ? date picker ? ; named_filter = ? label ?, basic_filter ; clear_filter = ? clear filter link ? ;
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOldToolbar.ContentDeprecated.static classOldToolbar.GroupDeprecated.static classOldToolbar.ItemDeprecated.static classOldToolbar.SortOption<T>Deprecated.static classOldToolbar.SortOptions<T>Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description OldToolbar<T>add(OldToolbar.Content content)Deprecated.voidattach(MutationRecord mutationRecord)Deprecated.static org.patternfly.component.OldToolbar.BulkSelectbulkSelect()Deprecated.static OldToolbar.Contentcontent()Deprecated.voiddetach(MutationRecord mutationRecord)Deprecated.static OldToolbar.Groupgroup()Deprecated.static OldToolbar.Itemitem()Deprecated.voidshowItems(Iterable<T> items, PageInfo pageInfo)Deprecated.static <T> org.patternfly.component.OldToolbar.SortMenu<T>sortMenu(OldToolbar.SortOptions<T> sortOptions)Deprecated.OldToolbar<T>that()Deprecated.static <T> OldToolbar<T>toolbar()Deprecated.static <T> OldToolbar<T>toolbar(DataProvider<T> dataProvider)Deprecated.voidupdateSelection(SelectionInfo<T> selectionInfo)Deprecated.voidupdateSortInfo(SortInfo<T> sortInfo)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
-
toolbar
public static <T> OldToolbar<T> toolbar()
Deprecated.
-
toolbar
public static <T> OldToolbar<T> toolbar(DataProvider<T> dataProvider)
Deprecated.
-
content
public static OldToolbar.Content content()
Deprecated.
-
group
public static OldToolbar.Group group()
Deprecated.
-
item
public static OldToolbar.Item item()
Deprecated.
-
bulkSelect
public static org.patternfly.component.OldToolbar.BulkSelect bulkSelect()
Deprecated.
-
sortMenu
public static <T> org.patternfly.component.OldToolbar.SortMenu<T> sortMenu(OldToolbar.SortOptions<T> sortOptions)
Deprecated.
-
attach
public void attach(MutationRecord mutationRecord)
Deprecated.- Specified by:
attachin interfaceAttachable
-
detach
public void detach(MutationRecord mutationRecord)
Deprecated.- Specified by:
detachin interfaceAttachable
-
that
public OldToolbar<T> that()
Deprecated.- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,OldToolbar<T>>
-
add
public OldToolbar<T> add(OldToolbar.Content content)
Deprecated.
-
updateSelection
public void updateSelection(SelectionInfo<T> selectionInfo)
Deprecated.- Specified by:
updateSelectionin interfaceDisplay<T>
-
updateSortInfo
public void updateSortInfo(SortInfo<T> sortInfo)
Deprecated.- Specified by:
updateSortInfoin interfaceDisplay<T>
-
-