| Package | Description |
|---|---|
| org.dominokit.domino.ui.forms |
| Modifier and Type | Method and Description |
|---|---|
Radio<T> |
Radio.addChangeHandler(HasChangeHandlers.ChangeHandler<? super Boolean> changeHandler) |
Radio<T> |
Radio.check()
Change the component to its checked state
|
Radio<T> |
Radio.check(boolean silent)
Change the component to its checked state without triggering change handlers
|
static <E> Radio<E> |
Radio.create(E value)
Creates an instance for the specified value without a label, the label will be the
String.valueOf(value)
|
static <E> Radio<E> |
Radio.create(E value,
String label)
Creates an instance for the specified value with a label
|
Radio<T> |
Radio.disable() |
Radio<T> |
Radio.enable() |
Radio<? extends T> |
RadioGroup.getSelectedRadio() |
Radio<T> |
Radio.removeChangeHandler(HasChangeHandlers.ChangeHandler<? super Boolean> changeHandler) |
Radio<T> |
Radio.setColor(Color color)
Sets the color of the radio border and filling
|
Radio<T> |
Radio.setHelperText(String text) |
Radio<T> |
Radio.setLabel(org.jboss.elemento.IsElement<?> element) |
Radio<T> |
Radio.setLabel(elemental2.dom.Node node) |
Radio<T> |
Radio.setLabel(org.gwtproject.safehtml.shared.SafeHtml safeHtml) |
Radio<T> |
Radio.setLabel(String label) |
Radio<T> |
Radio.setName(String name) |
Radio<T> |
Radio.uncheck()
Change the component to its unchecked state
|
Radio<T> |
Radio.uncheck(boolean silent)
Change the component to its unchecked state without triggering change handlers
|
Radio<T> |
Radio.value(T value) |
Radio<T> |
Radio.value(T value,
boolean silent) |
Radio<T> |
Radio.withGap()
Introduce a small white gap between the radio border and its check mark filling
|
Radio<T> |
Radio.withoutGap()
Removesthe small white gap between the radio border and its check mark filling
|
| Modifier and Type | Method and Description |
|---|---|
List<Radio<? extends T>> |
RadioGroup.getRadios() |
protected Optional<Radio<? extends T>> |
RadioGroup.getSelectedRadioImpl() |
| Modifier and Type | Method and Description |
|---|---|
RadioGroup<T> |
RadioGroup.appendChild(Radio<? extends T> radio) |
RadioGroup<T> |
RadioGroup.appendChild(Radio<? extends T> radio,
org.jboss.elemento.IsElement<?> content) |
RadioGroup<T> |
RadioGroup.appendChild(Radio<? extends T> radio,
elemental2.dom.Node content) |
RadioGroup<T> |
RadioGroup.removeRadio(Radio<? extends T> radio,
boolean silent) |
void |
RadioGroup.setValue(Radio<T> value)
Sets the value from the specific Radio.
|
Copyright © 2019–2022 Dominokit. All rights reserved.