Package org.patternfly.layout.bullseye
Class BullseyeItem
- java.lang.Object
-
- org.patternfly.layout.BaseLayout<HTMLElement,BullseyeItem>
-
- org.patternfly.layout.bullseye.BullseyeItem
-
- All Implemented Interfaces:
Container<HTMLElement,BullseyeItem>,Finder<HTMLElement>,HasElement<HTMLElement,BullseyeItem>,HasHTMLElement<HTMLElement,BullseyeItem>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,BullseyeItem>,Layout
public class BullseyeItem extends BaseLayout<HTMLElement,BullseyeItem>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BullseyeItembullseyeItem()static <E extends HTMLElement>
BullseyeItembullseyeItem(HTMLContainerBuilder<E> builder)BullseyeItemthat()-
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
-
bullseyeItem
public static BullseyeItem bullseyeItem()
-
bullseyeItem
public static <E extends HTMLElement> BullseyeItem bullseyeItem(HTMLContainerBuilder<E> builder)
-
that
public BullseyeItem that()
-
-