Class CodeEditorTab
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.extension.codeeditor.CodeEditorTab
-
- All Implemented Interfaces:
Container<HTMLDivElement,CodeEditorTab>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,CodeEditorTab>,HasHTMLElement<HTMLDivElement,CodeEditorTab>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,CodeEditorTab>
public class CodeEditorTab extends SubComponent<E,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeEditorTabaddIcon(CodeEditorTabIcon icon)CodeEditorTabaddText(CodeEditorTabText text)static CodeEditorTabcodeEditorTab()static CodeEditorTabcodeEditorTab(Element icon, String text)static CodeEditorTabcodeEditorTab(PredefinedIcon icon, String text)CodeEditorTabthat()-
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
-
codeEditorTab
public static CodeEditorTab codeEditorTab()
-
codeEditorTab
public static CodeEditorTab codeEditorTab(PredefinedIcon icon, String text)
-
codeEditorTab
public static CodeEditorTab codeEditorTab(Element icon, String text)
-
addIcon
public CodeEditorTab addIcon(CodeEditorTabIcon icon)
-
addText
public CodeEditorTab addText(CodeEditorTabText text)
-
that
public CodeEditorTab that()
-
-