Class TextInputGroupMain
- java.lang.Object
-
- org.patternfly.components.SubComponent<elemental2.dom.HTMLDivElement,TextInputGroupMain>
-
- org.patternfly.components.textinputgroup.TextInputGroupMain
-
- All Implemented Interfaces:
Container<elemental2.dom.HTMLDivElement,TextInputGroupMain>,Finder<elemental2.dom.HTMLDivElement>,HasElement<elemental2.dom.HTMLDivElement,TextInputGroupMain>,HasHTMLElement<elemental2.dom.HTMLDivElement,TextInputGroupMain>,IsElement<elemental2.dom.HTMLDivElement>,TypedBuilder<elemental2.dom.HTMLDivElement,TextInputGroupMain>,HasValue<String>,Modifiers.Disabled<elemental2.dom.HTMLDivElement,TextInputGroupMain>
public class TextInputGroupMain extends SubComponent<elemental2.dom.HTMLDivElement,TextInputGroupMain> implements HasValue<String>, Modifiers.Disabled<elemental2.dom.HTMLDivElement,TextInputGroupMain>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TextInputGroupMainaddIcon(String icon)TextInputGroupMaindisabled(boolean disabled)Adds/removes modifier(disabled)InputElementBuilder<elemental2.dom.HTMLInputElement>inputElement()Returns the underlying input elementTextInputGroupMainonChange(ChangeHandler<String> handler)voidpassTextInputGroup(TextInputGroup textInputGroup)TextInputGroupMainplaceholder(String placeholder)static TextInputGroupMaintextInputGroupMain(String id)TextInputGroupMainthat()Stringvalue()TextInputGroupMainvalue(String value)TextInputGroupMainwithInputElement(Consumer<InputElementBuilder<elemental2.dom.HTMLInputElement>> inputElementConsumer)Provides access to the underlying input element using a fluent API style-
Methods inherited from class org.patternfly.components.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, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
Methods inherited from interface org.patternfly.core.Modifiers.Disabled
disabled
-
-
-
-
Method Detail
-
textInputGroupMain
public static TextInputGroupMain textInputGroupMain(String id)
-
passTextInputGroup
public void passTextInputGroup(TextInputGroup textInputGroup)
-
that
public TextInputGroupMain that()
- Specified by:
thatin interfaceTypedBuilder<elemental2.dom.HTMLDivElement,TextInputGroupMain>
-
addIcon
public TextInputGroupMain addIcon(String icon)
-
disabled
public TextInputGroupMain disabled(boolean disabled)
Description copied from interface:Modifiers.DisabledAdds/removes modifier(disabled)- Specified by:
disabledin interfaceModifiers.Disabled<elemental2.dom.HTMLDivElement,TextInputGroupMain>
-
value
public TextInputGroupMain value(String value)
-
placeholder
public TextInputGroupMain placeholder(String placeholder)
-
onChange
public TextInputGroupMain onChange(ChangeHandler<String> handler)
-
withInputElement
public TextInputGroupMain withInputElement(Consumer<InputElementBuilder<elemental2.dom.HTMLInputElement>> inputElementConsumer)
Provides access to the underlying input element using a fluent API style
-
inputElement
public InputElementBuilder<elemental2.dom.HTMLInputElement> inputElement()
Returns the underlying input element
-
-