Class CodeEditorActions
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.extension.codeeditor.CodeEditorActions
-
- All Implemented Interfaces:
Container<HTMLDivElement,CodeEditorActions>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,CodeEditorActions>,HasHTMLElement<HTMLDivElement,CodeEditorActions>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,CodeEditorActions>
public class CodeEditorActions extends SubComponent<E,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeEditorActionsaddAction(CodeEditorAction action)static CodeEditorActionscodeEditorActions()CodeEditorActionsthat()-
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
-
codeEditorActions
public static CodeEditorActions codeEditorActions()
-
addAction
public CodeEditorActions addAction(CodeEditorAction action)
-
that
public CodeEditorActions that()
-
-