Class CodeEditorLinks
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.extension.codeeditor.CodeEditorLinks
-
- All Implemented Interfaces:
Container<HTMLDivElement,CodeEditorLinks>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,CodeEditorLinks>,HasHTMLElement<HTMLDivElement,CodeEditorLinks>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,CodeEditorLinks>
public class CodeEditorLinks extends SubComponent<E,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeEditorLinksaddLink(CodeEditorLink link)static CodeEditorLinkscodeEditorLinks()CodeEditorLinksthat()-
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
-
codeEditorLinks
public static CodeEditorLinks codeEditorLinks()
-
addLink
public CodeEditorLinks addLink(CodeEditorLink link)
-
that
public CodeEditorLinks that()
-
-