Package org.patternfly.component.code
Class CodeEditorTab
- java.lang.Object
-
- org.patternfly.component.SubComponent<HTMLDivElement,CodeEditorTab>
-
- org.patternfly.component.code.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<HTMLDivElement,CodeEditorTab>
-
-
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(String iconClass, 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, 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
-
codeEditorTab
public static CodeEditorTab codeEditorTab()
-
codeEditorTab
public static CodeEditorTab codeEditorTab(PredefinedIcon icon, String text)
-
codeEditorTab
public static CodeEditorTab codeEditorTab(String iconClass, String text)
-
that
public CodeEditorTab that()
-
addIcon
public CodeEditorTab addIcon(CodeEditorTabIcon icon)
-
addText
public CodeEditorTab addText(CodeEditorTabText text)
-
-