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