Class CodeEditorHeader
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.extension.codeeditor.CodeEditorHeader
-
- All Implemented Interfaces:
Container<HTMLDivElement,CodeEditorHeader>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,CodeEditorHeader>,HasHTMLElement<HTMLDivElement,CodeEditorHeader>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,CodeEditorHeader>
public class CodeEditorHeader extends SubComponent<E,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeEditorHeaderaddActions(CodeEditorActions actions)CodeEditorHeaderaddLinks(CodeEditorLinks links)CodeEditorHeaderaddMain(CodeEditorHeaderMain main)CodeEditorHeaderaddTab(CodeEditorTab tab)static CodeEditorHeadercodeEditorHeader()CodeEditorHeaderthat()-
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
-
codeEditorHeader
public static CodeEditorHeader codeEditorHeader()
-
addActions
public CodeEditorHeader addActions(CodeEditorActions actions)
-
addMain
public CodeEditorHeader addMain(CodeEditorHeaderMain main)
-
addLinks
public CodeEditorHeader addLinks(CodeEditorLinks links)
-
addTab
public CodeEditorHeader addTab(CodeEditorTab tab)
-
that
public CodeEditorHeader that()
-
-