Uses of Interface
org.patternfly.component.HasValue
Packages that use HasValue
Package
Description
Provides the PatternFly badge component for displaying counts and status indicators.
Provides form components for building structured data entry interfaces.
Provides helper text components for displaying supplementary information alongside form controls.
Provides label and label group components for displaying compact, categorized metadata.
Provides the PatternFly notification badge and notification drawer components.
Provides the PatternFly number input component.
Provides the PatternFly progress component.
Provides the PatternFly slider component and its subcomponents.
Provides a switch (toggle) component for binary on/off selections.
Provides text input group components for search, filter, and text input with utilities.
-
Uses of HasValue in org.patternfly.component.badge
Classes in org.patternfly.component.badge that implement HasValueModifier and TypeClassDescriptionclassA badge is used to annotate other information like a label or an object name. -
Uses of HasValue in org.patternfly.component.form
Classes in org.patternfly.component.form that implement HasValueModifier and TypeClassDescriptionclassA checkbox is used to select a single item or multiple items, typically to choose elements to perform an action or to reflect a binary setting.classA form select embeds browser native select lists into a form.classclassA radio button is used to present the user with mutually exclusive choices.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 HasValue in org.patternfly.component.help
Classes in org.patternfly.component.help that implement HasValue -
Uses of HasValue in org.patternfly.component.label
Classes in org.patternfly.component.label that implement HasValueModifier and TypeClassDescriptionclassThe label component allows users to add specific element captions for user clarity and convenience. -
Uses of HasValue in org.patternfly.component.notification
Classes in org.patternfly.component.notification that implement HasValueModifier and TypeClassDescriptionclassA notification badge is a visual indicator that alerts users about incoming notifications. -
Uses of HasValue in org.patternfly.component.numberinput
Classes in org.patternfly.component.numberinput that implement HasValueModifier and TypeClassDescriptionclassA number input combines a text input field with buttons to provide users with a quick and effective way to enter and modify a numeric value. -
Uses of HasValue in org.patternfly.component.progress
Classes in org.patternfly.component.progress that implement HasValueModifier and TypeClassDescriptionclassA progress bar informs users about the completion status of an ongoing process or task. -
Uses of HasValue in org.patternfly.component.slider
Classes in org.patternfly.component.slider that implement HasValueModifier and TypeClassDescriptionclassA slider provides a quick and effective way for users to set and adjust a numeric value from a defined range of values. -
Uses of HasValue in org.patternfly.component.switch_
Classes in org.patternfly.component.switch_ that implement HasValueModifier and TypeClassDescriptionclassA switch toggles the state of a setting (between on and off). -
Uses of HasValue in org.patternfly.component.textinputgroup
Classes in org.patternfly.component.textinputgroup that implement HasValueModifier 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.