Package org.patternfly.component.code
Class CodeBlockAction
- java.lang.Object
-
- org.patternfly.component.SubComponent<HTMLDivElement,CodeBlockAction>
-
- org.patternfly.component.code.CodeBlockAction
-
- All Implemented Interfaces:
Container<HTMLDivElement,CodeBlockAction>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,CodeBlockAction>,HasHTMLElement<HTMLDivElement,CodeBlockAction>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,CodeBlockAction>,ComponentReference<CodeBlock>
public class CodeBlockAction extends SubComponent<HTMLDivElement,CodeBlockAction> implements ComponentReference<CodeBlock>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeBlockActionariaLabel(String label)static CodeBlockActioncodeBlockAction()static CodeBlockActioncodeBlockAction(String iconClass)static CodeBlockActioncodeBlockAction(PredefinedIcon icon)static CodeBlockActioncodeBlockCopyToClipboardAction()CodeBlockActiononAction(ActionHandler<CodeBlock> actionHandler)voidpassComponent(CodeBlock codeBlock)CodeBlockActionthat()-
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
-
codeBlockAction
public static CodeBlockAction codeBlockAction()
-
codeBlockAction
public static CodeBlockAction codeBlockAction(PredefinedIcon icon)
-
codeBlockAction
public static CodeBlockAction codeBlockAction(String iconClass)
-
codeBlockCopyToClipboardAction
public static CodeBlockAction codeBlockCopyToClipboardAction()
-
passComponent
public void passComponent(CodeBlock codeBlock)
- Specified by:
passComponentin interfaceComponentReference<CodeBlock>
-
that
public CodeBlockAction that()
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,CodeBlockAction>
-
ariaLabel
public CodeBlockAction ariaLabel(String label)
-
onAction
public CodeBlockAction onAction(ActionHandler<CodeBlock> actionHandler)
-
-