Uses of Interface
org.patternfly.core.HasValue
-
Packages that use HasValue Package Description org.patternfly.component org.patternfly.component.chip org.patternfly.component.form org.patternfly.component.menu org.patternfly.component.textinputgroup -
-
Uses of HasValue in org.patternfly.component
Classes in org.patternfly.component that implement HasValue Modifier and Type Class Description classContextSelector<T>Deprecated.static classGroupedOptionsMenu.Group<T>Deprecated.static classMultiOptionsMenu.Group<T>Deprecated.classSingleOptionsMenu<T>Deprecated.classSingleSelect<T>Deprecated. -
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.classTextInputA text input is used to gather free-form text from a user. -
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.
-