Package org.patternfly.component.toolbar
Class ToolbarContent
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.toolbar.ToolbarContent
-
- All Implemented Interfaces:
Container<HTMLDivElement,ToolbarContent>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,ToolbarContent>,HasHTMLElement<HTMLDivElement,ToolbarContent>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,ToolbarContent>,ElementDelegate<HTMLDivElement,ToolbarContent>
public class ToolbarContent extends SubComponent<E,B> implements ElementDelegate<HTMLDivElement,ToolbarContent>
Container for a toolbar content.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ToolbarContentadd(ToolbarGroup group)ToolbarContentadd(ToolbarItem item)ToolbarContentaddGroup(ToolbarGroup group)ToolbarContentaddItem(ToolbarItem item)HTMLElementdelegate()ToolbarContentthat()static ToolbarContenttoolbarContent()Factory method to create a new instance of this component.-
Methods inherited from class org.patternfly.component.SubComponent
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, addAll, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.patternfly.core.ElementDelegate
add, add, innerHtml, textContent, textNode
-
Methods inherited from interface org.jboss.elemento.HasElement
apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, id, on, run, toggle, toggle, toggle, uniqueId
-
-
-
-
Method Detail
-
toolbarContent
public static ToolbarContent toolbarContent()
Factory method to create a new instance of this component.
-
delegate
public HTMLElement delegate()
- Specified by:
delegatein interfaceElementDelegate<HTMLDivElement,ToolbarContent>
-
addItem
public ToolbarContent addItem(ToolbarItem item)
-
add
public ToolbarContent add(ToolbarItem item)
-
addGroup
public ToolbarContent addGroup(ToolbarGroup group)
-
add
public ToolbarContent add(ToolbarGroup group)
-
that
public ToolbarContent that()
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,ToolbarContent>
-
-