| Package | Description |
|---|---|
| org.dominokit.domino.ui.forms |
| 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.clear()
Clears the field value and trigger the change handlers
|
RadioGroup<T> |
RadioGroup.condense()
Reduces the vertical spaces for this component to reduce its height
|
static <T> RadioGroup<T> |
RadioGroup.create(String name)
Creates a new group with a name and empty label
|
static <T> RadioGroup<T> |
RadioGroup.create(String name,
String label)
Creates a new group with a name and a label
|
RadioGroup<T> |
RadioGroup.disable() |
RadioGroup<T> |
RadioGroup.enable() |
RadioGroup<T> |
RadioGroup.groupBy(FieldsGrouping fieldsGrouping)
Adds the component to the specified fields group
|
RadioGroup<T> |
RadioGroup.horizontal()
Aligns the radios in this group horizontally
|
RadioGroup<T> |
RadioGroup.invalidate(String errorMessage)
Mark the component as invalid with the specified error message
|
RadioGroup<T> |
RadioGroup.removeAllRadios(boolean silent) |
RadioGroup<T> |
RadioGroup.removeRadio(Radio<? extends T> radio,
boolean silent) |
RadioGroup<T> |
RadioGroup.setCondensed(boolean condensed) |
RadioGroup<T> |
RadioGroup.setName(String name) |
RadioGroup<T> |
RadioGroup.spread()
Increase the vertical spaces for this component to increase its height
|
RadioGroup<T> |
RadioGroup.ungroup(FieldsGrouping fieldsGrouping)
remove the component from the specified fields group
|
RadioGroup<T> |
RadioGroup.vertical()
Aligns the radios in this group vertically
|
Copyright © 2019–2022 Dominokit. All rights reserved.