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