Package org.patternfly.component.list
Class DataList
java.lang.Object
org.patternfly.component.BaseComponent<HTMLUListElement,DataList>
org.patternfly.component.list.DataList
- All Implemented Interfaces:
Container<HTMLUListElement,,DataList> Finder<HTMLUListElement>,HasElement<HTMLUListElement,,DataList> HasHTMLElement<HTMLUListElement,,DataList> IsElement<HTMLUListElement>,TypedBuilder<HTMLUListElement,,DataList> Component,Modifiers.Compact<HTMLUListElement,DataList>
public class DataList
extends BaseComponent<HTMLUListElement,DataList>
implements Modifiers.Compact<HTMLUListElement,DataList>
A data list is used to display large data sets when you need a flexible layout or need to include interactive content like
charts.
-
Method Summary
Modifier and TypeMethodDescriptionaddItem(DataListItem item) <T> DataListaddItems(Iterable<T> items, Function<T, DataListItem> display) static DataListdataList()gridBreakpoint(GridBreakpoint breakpoint) Specifies the grid breakpointsthat()Determines which wrapping modifier to apply to the data listMethods inherited from class org.patternfly.component.BaseComponent
componentType, elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, id, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueIdMethods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, titleMethods inherited from interface org.patternfly.style.Modifiers.Compact
compact, compact
-
Method Details
-
dataList
-
addItems
-
addItem
-
gridBreakpoint
Specifies the grid breakpoints -
wrap
Determines which wrapping modifier to apply to the data list -
that
- Specified by:
thatin interfaceTypedBuilder<HTMLUListElement,DataList>
-