Uses of Interface
org.patternfly.component.HasValue
-
-
Uses of HasValue in org.patternfly.component.badge
Classes in org.patternfly.component.badge that implement HasValue Modifier and Type Class Description classBadgeA badge is used to annotate other information like a label or an object name. -
Uses of HasValue in org.patternfly.component.chip
Classes in org.patternfly.component.chip that implement HasValue Modifier and Type Class Description classChipA chip is used to communicate a value or a set of attribute-value pairs within workflows that involve filtering a set of objects. -
Uses of HasValue in org.patternfly.component.form
Classes in org.patternfly.component.form that implement HasValue Modifier and Type Class Description classCheckboxA 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.classFormSelectA form select embeds browser native select lists into a form.classFormSelectOptionclassRadioA radio button is used to present the user with mutually exclusive choices.classTextAreaA text area component is used for entering a paragraph of text that is longer than one line.classTextInputA 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 Modifier and Type Class Description classHelperTextItem -
Uses of HasValue in org.patternfly.component.label
Classes in org.patternfly.component.label that implement HasValue Modifier and Type Class Description classLabelThe label component allows users to add specific element captions for user clarity and convenience. -
Uses of HasValue in org.patternfly.component.menu
Classes in org.patternfly.component.menu that implement HasValue Modifier and Type Class Description classMenuToggleCheckbox -
Uses of HasValue in org.patternfly.component.progress
Classes in org.patternfly.component.progress that implement HasValue Modifier and Type Class Description classProgressA 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 HasValue Modifier and Type Class Description classSliderA 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 HasValue Modifier and Type Class Description classSwitchA 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 HasValue Modifier and Type Class Description classTextInputGroupMain
-