Uses of Enum Class
org.patternfly.component.form.TextInputType
Packages that use TextInputType
Package
Description
Provides form components for building structured data entry interfaces.
-
Uses of TextInputType in org.patternfly.component.form
Subclasses with type arguments of type TextInputType in org.patternfly.component.formMethods in org.patternfly.component.form that return TextInputTypeModifier and TypeMethodDescriptionstatic TextInputTypeReturns the enum constant of this class with the specified name.static TextInputType[]TextInputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.patternfly.component.form with parameters of type TextInputTypeModifier and TypeMethodDescriptionstatic TextInputTextInput.textInput(TextInputType type, String id) static TextInputTextInput.textInput(TextInputType type, String id, String value)