Uses of Class
org.patternfly.component.codeblock.CodeBlockAction
-
Packages that use CodeBlockAction Package Description org.patternfly.component.codeblock -
-
Uses of CodeBlockAction in org.patternfly.component.codeblock
Methods in org.patternfly.component.codeblock that return CodeBlockAction Modifier and Type Method Description CodeBlockActionCodeBlockAction. ariaLabel(String label)static CodeBlockActionCodeBlockAction. codeBlockAction(Element icon)static CodeBlockActionCodeBlockAction. codeBlockAction(PredefinedIcon icon)static CodeBlockActionCodeBlockAction. codeBlockCopyToClipboardAction()static CodeBlockActionCodeBlockAction. codeBlockCopyToClipboardAction(String copyText, String copiedText)CodeBlockActionCodeBlockAction. icon(Element icon)CodeBlockActionCodeBlockAction. onClick(ComponentHandler<CodeBlock> handler)CodeBlockActionCodeBlockAction. removeIcon()CodeBlockActionCodeBlockAction. that()Methods in org.patternfly.component.codeblock with parameters of type CodeBlockAction Modifier and Type Method Description CodeBlockCodeBlock. addAction(CodeBlockAction action)CodeBlockActionsCodeBlockActions. addAction(CodeBlockAction action)
-