Package org.patternfly.component.toolbar
Class ToolbarItem
java.lang.Object
org.patternfly.component.SubComponent<HTMLDivElement,ToolbarItem>
org.patternfly.component.toolbar.ToolbarItem
- All Implemented Interfaces:
Container<HTMLDivElement,
,ToolbarItem> Finder<HTMLDivElement>
,HasElement<HTMLDivElement,
,ToolbarItem> HasHTMLElement<HTMLDivElement,
,ToolbarItem> IsElement<HTMLDivElement>
,TypedBuilder<HTMLDivElement,
,ToolbarItem> WithIdentifier<HTMLDivElement,
,ToolbarItem> ComponentContext<HTMLDivElement,
ToolbarItem>
public class ToolbarItem
extends SubComponent<HTMLDivElement,ToolbarItem>
implements ComponentContext<HTMLDivElement,ToolbarItem>, WithIdentifier<HTMLDivElement,ToolbarItem>
Container for a toolbar item.
-
Method Summary
Modifier and TypeMethodDescription<T> T
boolean
<T> ToolbarItem
that()
static ToolbarItem
Factory method to create a new instance of this component.static ToolbarItem
toolbarItem
(String identifier) 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.patternfly.core.ComponentContext
get, get
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, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
-
Method Details
-
toolbarItem
Factory method to create a new instance of this component. -
toolbarItem
Factory method to create a new instance of this component. -
store
- Specified by:
store
in interfaceComponentContext<HTMLDivElement,
ToolbarItem>
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLDivElement,
ToolbarItem>
-
identifier
- Specified by:
identifier
in interfaceWithIdentifier<HTMLDivElement,
ToolbarItem>
-
has
- Specified by:
has
in interfaceComponentContext<HTMLDivElement,
ToolbarItem>
-
get
- Specified by:
get
in interfaceComponentContext<HTMLDivElement,
ToolbarItem>
-