Uses of Interface
org.patternfly.component.Validatable
Packages that use Validatable
Package
Description
Provides form components for building structured data entry interfaces.
Provides text input group components for search, filter, and text input with utilities.
-
Uses of Validatable in org.patternfly.component.form
Classes in org.patternfly.component.form that implement ValidatableModifier and TypeClassDescriptionclassFormControl<E extends HTMLElement, B extends BaseComponent<E,B>> classA form select embeds browser native select lists into a form.classA text area component is used for entering a paragraph of text that is longer than one line.classA text input is used to gather free-form text from a user. -
Uses of Validatable in org.patternfly.component.textinputgroup
Classes in org.patternfly.component.textinputgroup that implement ValidatableModifier and TypeClassDescriptionclassBaseFilterInput<T extends BaseFilterInput<T>>classBaseSearchInput<T extends BaseSearchInput<T>>classBaseTextInputGroup<T extends BaseTextInputGroup<T>>classA filter input is a special search input that adds a label group.classA search input is a special text input group that adds a clear utility button.classA text input group is a more flexible composable version of a text input.