Uses of Interface
org.patternfly.core.HasValue
-
Packages that use HasValue Package Description org.patternfly.component.chip org.patternfly.component.form org.patternfly.component.label org.patternfly.component.menu org.patternfly.component.textinputgroup -
-
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.classRadioA radio button is used to present the user with mutually exclusive choices.classTextInputA text input is used to gather free-form text from a user. -
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.textinputgroup
Classes in org.patternfly.component.textinputgroup that implement HasValue Modifier and Type Class Description classTextInputGroupA text input group is a more flexible composable version of a text input.
-