Uses of Class
org.patternfly.layout.gallery.Gallery
Packages that use Gallery
-
Uses of Gallery in org.patternfly.layout.gallery
Methods in org.patternfly.layout.gallery that return GalleryModifier and TypeMethodDescriptionGallery.addItem
(GalleryItem item) <T> Gallery
Gallery.addItems
(Iterable<T> items, Function<T, GalleryItem> display) static Gallery
Gallery.gallery()
static <E extends HTMLElement>
GalleryGallery.gallery
(HTMLContainerBuilder<E> builder) final Gallery
Gallery.maxWidths
(Tuple<Breakpoint, String> first, Tuple<Breakpoint, String>... rest) final Gallery
Gallery.minWidths
(Tuple<Breakpoint, String> first, Tuple<Breakpoint, String>... rest) Gallery.that()