Uses of Interface
org.patternfly.style.Modifiers.Required
-
Uses of Modifiers.Required in org.patternfly.component.form
Modifier and TypeClassDescriptionclass
A 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.class
FormControl<E extends HTMLElement,
B extends BaseComponent<E, B>> class
A form select embeds browser native select lists into a form.class
A radio button is used to present the user with mutually exclusive choices.class
A text area component is used for entering a paragraph of text that is longer than one line.class
A text input is used to gather free-form text from a user.