Package org.patternfly.layout
Class BaseLayout<E extends HTMLElement,B extends TypedBuilder<E,B>>
- java.lang.Object
-
- org.patternfly.layout.BaseLayout<E,B>
-
- All Implemented Interfaces:
Container<E,B>,Finder<E>,HasElement<E,B>,HasHTMLElement<E,B>,IsElement<E>,TypedBuilder<E,B>,Layout
- Direct Known Subclasses:
Bullseye,BullseyeItem,Flex,FlexItem,Gallery,GalleryItem,Grid,GridItem,Level,LevelItem,Split,SplitItem,Stack,StackItem
public abstract class BaseLayout<E extends HTMLElement,B extends TypedBuilder<E,B>> extends Object implements Layout, HasElement<E,B>, HasHTMLElement<E,B>, Finder<E>, Container<E,B>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Eelement()-
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.jboss.elemento.TypedBuilder
that
-
-
-
-
Method Detail
-
element
public E element()
- Specified by:
elementin interfaceIsElement<E extends HTMLElement>
-
-