Class CodeEditor
java.lang.Object
org.patternfly.component.BaseComponent<HTMLElement, CodeEditor>
org.patternfly.extension.codeeditor.CodeEditor
- All Implemented Interfaces:
ElementAttributeMethods<HTMLElement, CodeEditor>, ElementClassListMethods<HTMLElement, CodeEditor>, ElementConsumerMethods<HTMLElement, CodeEditor>, ElementContainerMethods<HTMLElement, CodeEditor>, ElementEventMethods<HTMLElement, CodeEditor>, ElementIdMethods<HTMLElement, CodeEditor>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, CodeEditor>, HTMLElementDataMethods<HTMLElement, CodeEditor>, HTMLElementStyleMethods<HTMLElement, CodeEditor>, HTMLElementVisibilityMethods<HTMLElement, CodeEditor>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, CodeEditor>, Component, Modifiers.Readonly2<HTMLElement, CodeEditor>
public class CodeEditor
extends BaseComponent<HTMLElement, CodeEditor>
implements Modifiers.Readonly2<HTMLElement, CodeEditor>
A code editor is a versatile text editor that allows for editing various languages.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionadd(CodeEditorHeader header) addHeader(CodeEditorHeader header) code()static CodeEditorstatic CodeEditorcodeEditor(String code) that()Methods inherited from class BaseComponent
componentType, element, registerComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface Modifiers.Readonly2
readonly, readonly
-
Method Details
-
codeEditor
-
codeEditor
-
addHeader
-
add
-
code
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement, CodeEditor>
-
code
-