Package org.patternfly.layout.level
Class LevelItem
- java.lang.Object
-
- org.patternfly.layout.BaseLayout<HTMLElement,LevelItem>
-
- org.patternfly.layout.level.LevelItem
-
- All Implemented Interfaces:
Container<HTMLElement,LevelItem>,Finder<HTMLElement>,HasElement<HTMLElement,LevelItem>,HasHTMLElement<HTMLElement,LevelItem>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,LevelItem>,Layout,Modifiers.Fill<HTMLElement,LevelItem>
public class LevelItem extends BaseLayout<HTMLElement,LevelItem> implements Modifiers.Fill<HTMLElement,LevelItem>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LevelItemlevelItem()static <E extends HTMLElement>
LevelItemlevelItem(HTMLContainerBuilder<E> builder)LevelItemthat()-
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.Fill
fill, fill
-
-
-
-
Method Detail
-
levelItem
public static LevelItem levelItem()
-
levelItem
public static <E extends HTMLElement> LevelItem levelItem(HTMLContainerBuilder<E> builder)
-
that
public LevelItem that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,LevelItem>
-
-