Package org.patternfly.layout.gallery
Class Gallery
- All Implemented Interfaces:
ElementAttributeMethods<HTMLElement,,Gallery> ElementClassListMethods<HTMLElement,,Gallery> ElementConsumerMethods<HTMLElement,,Gallery> ElementContainerMethods<HTMLElement,,Gallery> ElementEventMethods<HTMLElement,,Gallery> ElementIdMethods<HTMLElement,,Gallery> ElementQueryMethods<HTMLElement>,ElementTextMethods<HTMLElement,,Gallery> HTMLElementAttributeMethods<HTMLElement,,Gallery> HTMLElementDataMethods<HTMLElement,,Gallery> HTMLElementStyleMethods<HTMLElement,,Gallery> HTMLElementVisibilityMethods<HTMLElement,,Gallery> IsElement<HTMLElement>,TypedBuilder<HTMLElement,,Gallery> Layout,org.patternfly.style.Modifiers.Gutter<HTMLElement,Gallery>
public class Gallery
extends BaseLayout<HTMLElement,Gallery>
implements org.patternfly.style.Modifiers.Gutter<HTMLElement,Gallery>
The gallery layout is used to arrange content in a responsive grid. Content will wrap responsively to create uniform rows and
columns.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionaddItem(GalleryItem item) <T> GalleryaddItems(Iterable<T> items, Function<T, GalleryItem> display) static Gallerygallery()static <E extends HTMLElement>
Gallerygallery(HTMLContainerBuilder<E> builder) final GallerymaxWidths(org.patternfly.core.Tuple<org.patternfly.style.Breakpoint, String> first, org.patternfly.core.Tuple<org.patternfly.style.Breakpoint, String>... rest) final GalleryminWidths(org.patternfly.core.Tuple<org.patternfly.style.Breakpoint, String> first, org.patternfly.core.Tuple<org.patternfly.style.Breakpoint, String>... rest) that()Methods inherited from class org.patternfly.layout.BaseLayout
elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.ElementTextMethods
text, textMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hiddenMethods inherited from interface org.patternfly.style.Modifiers.Gutter
gutter, gutter
-
Method Details
-
gallery
-
gallery
-
addItems
-
addItem
-
minWidths
@SafeVarargs public final Gallery minWidths(org.patternfly.core.Tuple<org.patternfly.style.Breakpoint, String> first, org.patternfly.core.Tuple<org.patternfly.style.Breakpoint, String>... rest) -
maxWidths
@SafeVarargs public final Gallery maxWidths(org.patternfly.core.Tuple<org.patternfly.style.Breakpoint, String> first, org.patternfly.core.Tuple<org.patternfly.style.Breakpoint, String>... rest) -
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,Gallery>
-