Class TextInputGroupMain
java.lang.Object
org.patternfly.component.SubComponent<HTMLDivElement,TextInputGroupMain>
 
org.patternfly.component.textinputgroup.TextInputGroupMain
- All Implemented Interfaces:
 ElementAttributeMethods<HTMLDivElement,,TextInputGroupMain> ElementClassListMethods<HTMLDivElement,,TextInputGroupMain> ElementConsumerMethods<HTMLDivElement,,TextInputGroupMain> ElementContainerMethods<HTMLDivElement,,TextInputGroupMain> ElementEventMethods<HTMLDivElement,,TextInputGroupMain> ElementIdMethods<HTMLDivElement,,TextInputGroupMain> ElementQueryMethods<HTMLDivElement>,HTMLElementAttributeMethods<HTMLDivElement,,TextInputGroupMain> HTMLElementDataMethods<HTMLDivElement,,TextInputGroupMain> HTMLElementStyleMethods<HTMLDivElement,,TextInputGroupMain> HTMLElementVisibilityMethods<HTMLDivElement,,TextInputGroupMain> IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,,TextInputGroupMain> ComponentIcon<HTMLDivElement,,TextInputGroupMain> HasValue<String>,org.patternfly.style.Modifiers.Disabled<HTMLDivElement,TextInputGroupMain> 
public class TextInputGroupMain
extends SubComponent<HTMLDivElement,TextInputGroupMain>
implements ComponentIcon<HTMLDivElement,TextInputGroupMain>, org.patternfly.style.Modifiers.Disabled<HTMLDivElement,TextInputGroupMain>, HasValue<String>   
- 
Method Summary
Modifier and TypeMethodDescriptionadd(LabelGroup labelGroup) addLabelGroup(LabelGroup labelGroup) applyTo(Consumer<HTMLInputElementBuilder<HTMLInputElement>> consumer) Provides access to the underlying input element using a fluent API styleReturns the underlying input elementonChange(org.patternfly.handler.ChangeHandler<TextInputGroup, String> changeHandler) Defines a change handler that is called when thevalue()of this text area changes.onKeyup(org.patternfly.handler.ChangeHandler<TextInputGroup, String> changeHandler) Defines a change handler that is called when thevalue()of this text area changes.placeholder(String placeholder) static TextInputGroupMainthat()value()Same as value(value, false)Methods inherited from class org.patternfly.component.SubComponent
elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.patternfly.component.ComponentIcon
iconMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hiddenMethods inherited from interface org.patternfly.style.Modifiers.Disabled
disabled, disabled, isDisabled 
- 
Method Details
- 
textInputGroupMain
 - 
addLabelGroup
 - 
add
 - 
icon
- Specified by:
 iconin interfaceComponentIcon<HTMLDivElement,TextInputGroupMain> 
 - 
removeIcon
- Specified by:
 removeIconin interfaceComponentIcon<HTMLDivElement,TextInputGroupMain> 
 - 
placeholder
 - 
value
Same as value(value, false) - 
value
 - 
applyTo
Provides access to the underlying input element using a fluent API style - 
that
- Specified by:
 thatin interfaceTypedBuilder<HTMLDivElement,TextInputGroupMain> 
 - 
onKeyup
public TextInputGroupMain onKeyup(org.patternfly.handler.ChangeHandler<TextInputGroup, String> changeHandler) Defines a change handler that is called when thevalue()of this text area changes. Changes are detected by adding an event listener for theEventType.keyupevent to the text input element. - 
onChange
public TextInputGroupMain onChange(org.patternfly.handler.ChangeHandler<TextInputGroup, String> changeHandler) Defines a change handler that is called when thevalue()of this text area changes. Changes are detected by adding an event listener for theEventType.changeevent to the text input element. - 
value
 - 
inputElement
Returns the underlying input element - 
labelGroup
 
 -