Package org.patternfly.component.code
Class CodeBlockActions
- java.lang.Object
-
- org.patternfly.component.SubComponent<HTMLDivElement,CodeBlockActions>
-
- org.patternfly.component.code.CodeBlockActions
-
- All Implemented Interfaces:
Container<HTMLDivElement,CodeBlockActions>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,CodeBlockActions>,HasHTMLElement<HTMLDivElement,CodeBlockActions>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,CodeBlockActions>,ComponentReference<CodeBlock>
public class CodeBlockActions extends SubComponent<HTMLDivElement,CodeBlockActions> implements ComponentReference<CodeBlock>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeBlockActionsadd(CodeBlockAction action)CodeBlockActionsaddAction(CodeBlockAction action)static CodeBlockActionscodeBlockActions()voidpassComponent(CodeBlock codeBlock)CodeBlockActionsthat()-
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
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
-
-
-
Method Detail
-
codeBlockActions
public static CodeBlockActions codeBlockActions()
-
passComponent
public void passComponent(CodeBlock codeBlock)
- Specified by:
passComponentin interfaceComponentReference<CodeBlock>
-
that
public CodeBlockActions that()
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,CodeBlockActions>
-
addAction
public CodeBlockActions addAction(CodeBlockAction action)
-
add
public CodeBlockActions add(CodeBlockAction action)
-
-