Package org.patternfly.layout.gallery
Class GalleryItem
- java.lang.Object
-
- org.patternfly.layout.BaseLayout<HTMLElement,GalleryItem>
-
- org.patternfly.layout.gallery.GalleryItem
-
- All Implemented Interfaces:
Container<HTMLElement,GalleryItem>,Finder<HTMLElement>,HasElement<HTMLElement,GalleryItem>,HasHTMLElement<HTMLElement,GalleryItem>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,GalleryItem>,Layout
public class GalleryItem extends BaseLayout<HTMLElement,GalleryItem>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GalleryItemgalleryItem()static <E extends HTMLElement>
GalleryItemgalleryItem(HTMLContainerBuilder<E> builder)GalleryItemthat()-
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, add, addAll, addAll, addAll, addAll, addAll, addAll
-
-
-
-
Method Detail
-
galleryItem
public static GalleryItem galleryItem()
-
galleryItem
public static <E extends HTMLElement> GalleryItem galleryItem(HTMLContainerBuilder<E> builder)
-
that
public GalleryItem that()
-
-