Package org.patternfly.layout.bullseye
Class Bullseye
- java.lang.Object
-
- org.patternfly.layout.BaseLayout<HTMLElement,Bullseye>
-
- org.patternfly.layout.bullseye.Bullseye
-
- All Implemented Interfaces:
Container<HTMLElement,Bullseye>,Finder<HTMLElement>,HasElement<HTMLElement,Bullseye>,HasHTMLElement<HTMLElement,Bullseye>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,Bullseye>,Layout
public class Bullseye extends BaseLayout<HTMLElement,Bullseye>
The bullseye layout centers content, both vertically and horizontally within a container.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BullseyeaddItem(BullseyeItem item)static Bullseyebullseye()static <E extends HTMLElement>
Bullseyebullseye(HTMLContainerBuilder<E> builder)Bullseyethat()-
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
-
bullseye
public static Bullseye bullseye()
-
bullseye
public static <E extends HTMLElement> Bullseye bullseye(HTMLContainerBuilder<E> builder)
-
addItem
public Bullseye addItem(BullseyeItem item)
-
that
public Bullseye that()
-
-