Package org.patternfly.component.code
Class CodeEditorLink
- java.lang.Object
-
- org.patternfly.component.SubComponent<HTMLElement,CodeEditorLink>
-
- org.patternfly.component.code.CodeEditorLink
-
- All Implemented Interfaces:
Container<HTMLElement,CodeEditorLink>,Finder<HTMLElement>,HasElement<HTMLElement,CodeEditorLink>,HasHTMLElement<HTMLElement,CodeEditorLink>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,CodeEditorLink>,ComponentReference<CodeEditor>
public class CodeEditorLink extends SubComponent<HTMLElement,CodeEditorLink> implements ComponentReference<CodeEditor>
-
-
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()CodeEditorLinkonAction(ActionHandler<CodeEditor> actionHandler)voidpassComponent(CodeEditor codeEditor)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, 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, textNode, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
-
-
-
Method Detail
-
codeEditorLink
public static CodeEditorLink codeEditorLink(Button button)
Adds a link. The button should have the modifiersButton.link().
-
codeEditorViewShortcutsLink
public static CodeEditorLink codeEditorViewShortcutsLink()
-
passComponent
public void passComponent(CodeEditor codeEditor)
- Specified by:
passComponentin interfaceComponentReference<CodeEditor>
-
that
public CodeEditorLink that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,CodeEditorLink>
-
ariaLabel
public CodeEditorLink ariaLabel(String label)
-
onAction
public CodeEditorLink onAction(ActionHandler<CodeEditor> actionHandler)
-
-