Class CodeEditorLink
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.extension.codeeditor.CodeEditorLink
-
- All Implemented Interfaces:
Container<HTMLElement,CodeEditorLink>,Finder<HTMLElement>,HasElement<HTMLElement,CodeEditorLink>,HasHTMLElement<HTMLElement,CodeEditorLink>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,CodeEditorLink>
public class CodeEditorLink extends SubComponent<E,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeEditorLinkariaLabel(String label)static CodeEditorLinkcodeEditorLink(Button button)Adds a link.static CodeEditorLinkcodeEditorViewShortcutsLink()CodeEditorLinkonClick(ComponentHandler<CodeEditor> handler)CodeEditorLinkthat()-
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, add, addAll, addAll, addAll, addAll, addAll, addAll
-
-
-
-
Method Detail
-
codeEditorLink
public static CodeEditorLink codeEditorLink(Button button)
Adds a link. The button should have the modifiersButton.link().
-
codeEditorViewShortcutsLink
public static CodeEditorLink codeEditorViewShortcutsLink()
-
ariaLabel
public CodeEditorLink ariaLabel(String label)
-
that
public CodeEditorLink that()
-
onClick
public CodeEditorLink onClick(ComponentHandler<CodeEditor> handler)
-
-