Uses of Class
org.patternfly.component.form.Radio
-
Packages that use Radio Package Description org.patternfly.component.form -
-
Uses of Radio in org.patternfly.component.form
Methods in org.patternfly.component.form that return Radio Modifier and Type Method Description RadioRadio. addBody(RadioBody body)RadioRadio. addDescription(RadioDescription description)RadioRadio. applyTo(Consumer<InputElementBuilder<HTMLInputElement>> consumer)Provides access to the underlying radio element using a fluent API styleRadioRadio. disabled(boolean disabled)RadioRadio. onChange(ChangeHandler<Radio,Boolean> changeHandler)Defines a change handler that is called when thevalue()of this radio changes.static RadioRadio. radio(String id, String name)static RadioRadio. radio(String id, String name, boolean checked)static RadioRadio. radio(String id, String name, String label)static RadioRadio. radio(String id, String name, String label, boolean checked)RadioRadio. reversed()RadioRadio. standalone()Same as standalone(true)RadioRadio. standalone(boolean removeLabel)RadioRadio. that()RadioRadio. value(boolean checked)Same as value(checked, false)RadioRadio. value(boolean checked, boolean fireEvent)Methods in org.patternfly.component.form with parameters of type Radio Modifier and Type Method Description FormGroupControlFormGroupControl. add(Radio radio)FormGroupControlFormGroupControl. addRadio(Radio radio)Method parameters in org.patternfly.component.form with type arguments of type Radio Modifier and Type Method Description RadioRadio. onChange(ChangeHandler<Radio,Boolean> changeHandler)Defines a change handler that is called when thevalue()of this radio changes.
-