Package org.patternfly.layout.gallery
Class Gallery
- java.lang.Object
-
- org.patternfly.layout.BaseLayout<HTMLDivElement,Gallery>
-
- org.patternfly.layout.gallery.Gallery
-
- All Implemented Interfaces:
Container<HTMLDivElement,Gallery>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,Gallery>,HasHTMLElement<HTMLDivElement,Gallery>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,Gallery>,Layout
public class Gallery extends BaseLayout<HTMLDivElement,Gallery>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GalleryaddItem(GalleryItem item)static Gallerygallery()Gallerygutter()Adds modifier(gutter)GallerymaxWidths(Tuple<Breakpoint,String> first, Tuple<Breakpoint,String>... rest)GalleryminWidths(Tuple<Breakpoint,String> first, Tuple<Breakpoint,String>... rest)Gallerythat()-
Methods inherited from class org.patternfly.layout.BaseLayout
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
-
-
-
-
Method Detail
-
gallery
public static Gallery gallery()
-
addItem
public Gallery addItem(GalleryItem item)
-
gutter
public Gallery gutter()
Adds modifier(gutter)
-
minWidths
@SafeVarargs public final Gallery minWidths(Tuple<Breakpoint,String> first, Tuple<Breakpoint,String>... rest)
-
maxWidths
@SafeVarargs public final Gallery maxWidths(Tuple<Breakpoint,String> first, Tuple<Breakpoint,String>... rest)
-
that
public Gallery that()
-
-