Package org.patternfly.component
Class CardView<T>
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLDivElement,CardView<T>>
-
- org.patternfly.component.CardView<T>
-
- All Implemented Interfaces:
Container<HTMLDivElement,CardView<T>>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,CardView<T>>,HasHTMLElement<HTMLDivElement,CardView<T>>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,CardView<T>>,Component,Display<T>
@Deprecated public class CardView<T> extends BaseComponent<HTMLDivElement,CardView<T>> implements Display<T>
Deprecated.PatternFly card view.The card view does not manage data by itself. Use a
DataProviderand add the card view as a display to the data provider:DataProvider dataProvider = ...; CardView cardView = ...; dataProvider.addDisplay(cardView); dataProvider.update(...);
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCardView.Display<T>Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <T> CardView<T>cardView(DataProvider<T> dataProvider, CardView.Display<T> display)Deprecated.CardView<T>compact()Deprecated.CardView<T>hoverable()Deprecated.voidshowItems(Iterable<T> items, PageInfo pageInfo)Deprecated.CardView<T>that()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
-
cardView
public static <T> CardView<T> cardView(DataProvider<T> dataProvider, CardView.Display<T> display)
Deprecated.
-
that
public CardView<T> that()
Deprecated.- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,CardView<T>>
-
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>
-
-