Package org.patternfly.layout.split
Class Split
- java.lang.Object
-
- org.patternfly.layout.BaseLayout<HTMLElement,Split>
-
- org.patternfly.layout.split.Split
-
- All Implemented Interfaces:
Container<HTMLElement,Split>,Finder<HTMLElement>,HasElement<HTMLElement,Split>,HasHTMLElement<HTMLElement,Split>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,Split>,Layout,Modifiers.Gutter<HTMLElement,Split>
public class Split extends BaseLayout<HTMLElement,Split> implements Modifiers.Gutter<HTMLElement,Split>
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 SplitaddItem(SplitItem item)static Splitsplit()static <E extends HTMLElement>
Splitsplit(HTMLContainerBuilder<E> builder)Splitthat()Splitwrap()Adds modifier(wrap)-
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
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, id, innerHtml, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
-
Methods inherited from interface org.patternfly.style.Modifiers.Gutter
gutter, gutter
-
-
-
-
Method Detail
-
split
public static Split split()
-
split
public static <E extends HTMLElement> Split split(HTMLContainerBuilder<E> builder)
-
wrap
public Split wrap()
Adds modifier(wrap)
-
that
public Split that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,Split>
-
-