Class InputGroupText
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.inputgroup.InputGroupText
-
- All Implemented Interfaces:
Container<HTMLElement,InputGroupText>,Finder<HTMLElement>,HasElement<HTMLElement,InputGroupText>,HasHTMLElement<HTMLElement,InputGroupText>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,InputGroupText>,WithIcon<HTMLElement,InputGroupText>,WithText<HTMLElement,InputGroupText>,ElementDelegate<HTMLElement,InputGroupText>,Modifiers.Plain<HTMLElement,InputGroupText>
public class InputGroupText extends SubComponent<E,B> implements ElementDelegate<HTMLElement,InputGroupText>, Modifiers.Plain<HTMLElement,InputGroupText>, WithText<HTMLElement,InputGroupText>, WithIcon<HTMLElement,InputGroupText>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HTMLElementdelegate()InputGroupTexticon(Element icon)static InputGroupTextinputGroupText()static InputGroupTextinputGroupText(String text)InputGroupTextremoveIcon()InputGroupTexttext(String text)InputGroupTextthat()-
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, addAll
-
Methods inherited from interface org.patternfly.core.ElementDelegate
add, add, innerHtml, textContent, textNode
-
Methods inherited from interface org.jboss.elemento.HasElement
apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, id, on, run, toggle, toggle, toggle, uniqueId
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
-
Methods inherited from interface org.patternfly.style.Modifiers.Plain
plain, plain
-
-
-
-
Method Detail
-
inputGroupText
public static InputGroupText inputGroupText()
-
inputGroupText
public static InputGroupText inputGroupText(String text)
-
delegate
public HTMLElement delegate()
- Specified by:
delegatein interfaceElementDelegate<HTMLElement,InputGroupText>
-
icon
public InputGroupText icon(Element icon)
- Specified by:
iconin interfaceWithIcon<HTMLElement,InputGroupText>
-
removeIcon
public InputGroupText removeIcon()
- Specified by:
removeIconin interfaceWithIcon<HTMLElement,InputGroupText>
-
text
public InputGroupText text(String text)
- Specified by:
textin interfaceWithText<HTMLElement,InputGroupText>
-
that
public InputGroupText that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,InputGroupText>
-
-