Package org.patternfly.component.code
Class CodeEditorHeader
- java.lang.Object
-
- org.patternfly.component.SubComponent<HTMLDivElement,CodeEditorHeader>
-
- org.patternfly.component.code.CodeEditorHeader
-
- All Implemented Interfaces:
Container<HTMLDivElement,CodeEditorHeader>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,CodeEditorHeader>,HasHTMLElement<HTMLDivElement,CodeEditorHeader>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,CodeEditorHeader>,ComponentReference<CodeEditor>
public class CodeEditorHeader extends SubComponent<HTMLDivElement,CodeEditorHeader> implements ComponentReference<CodeEditor>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeEditorHeaderadd(CodeEditorActions actions)CodeEditorHeaderadd(CodeEditorLinks links)CodeEditorHeaderaddActions(CodeEditorActions actions)CodeEditorHeaderaddLinks(CodeEditorLinks links)CodeEditorHeaderaddMain(CodeEditorHeaderMain main)CodeEditorHeaderaddTab(CodeEditorTab tab)static CodeEditorHeadercodeEditorHeader()voidpassComponent(CodeEditor codeEditor)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, 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
-
codeEditorHeader
public static CodeEditorHeader codeEditorHeader()
-
passComponent
public void passComponent(CodeEditor codeEditor)
- Specified by:
passComponentin interfaceComponentReference<CodeEditor>
-
that
public CodeEditorHeader that()
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,CodeEditorHeader>
-
addActions
public CodeEditorHeader addActions(CodeEditorActions actions)
-
add
public CodeEditorHeader add(CodeEditorActions actions)
-
addMain
public CodeEditorHeader addMain(CodeEditorHeaderMain main)
-
addLinks
public CodeEditorHeader addLinks(CodeEditorLinks links)
-
add
public CodeEditorHeader add(CodeEditorLinks links)
-
addTab
public CodeEditorHeader addTab(CodeEditorTab tab)
-
-