Package org.patternfly.component.code
Class CodeEditorActions
- java.lang.Object
-
- org.patternfly.component.SubComponent<HTMLDivElement,CodeEditorActions>
-
- org.patternfly.component.code.CodeEditorActions
-
- All Implemented Interfaces:
Container<HTMLDivElement,CodeEditorActions>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,CodeEditorActions>,HasHTMLElement<HTMLDivElement,CodeEditorActions>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,CodeEditorActions>,ComponentReference<CodeEditor>
public class CodeEditorActions extends SubComponent<HTMLDivElement,CodeEditorActions> implements ComponentReference<CodeEditor>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeEditorActionsadd(CodeEditorAction action)CodeEditorActionsaddAction(CodeEditorAction action)static CodeEditorActionscodeEditorActions()voidpassComponent(CodeEditor codeEditor)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, 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
-
codeEditorActions
public static CodeEditorActions codeEditorActions()
-
passComponent
public void passComponent(CodeEditor codeEditor)
- Specified by:
passComponentin interfaceComponentReference<CodeEditor>
-
that
public CodeEditorActions that()
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,CodeEditorActions>
-
addAction
public CodeEditorActions addAction(CodeEditorAction action)
-
add
public CodeEditorActions add(CodeEditorAction action)
-
-