Klasse UiRadioButtons<T>

Alle implementierten Schnittstellen:
de.esoco.lib.property.HasSelection<T>, UiHasActionEvents<T,UiRadioButtons<T>>, UiHasFocusEvents<T,UiRadioButtons<T>>, org.obrel.core.Relatable

public class UiRadioButtons<T> extends UiButtonGroup<T,UiRadioButtons<T>>
A group of buttons with mutual exclusive selection. The datatype defines the type of the button labels. Typically string and enum values are supported.
  • Konstruktordetails

    • UiRadioButtons

      public UiRadioButtons(UiContainer<?> parent, Class<T> datatype)
      Creates a new instance. If the datatype is an enum all enum values will be pre-set as buttons.
      Parameter:
      parent - The parent container
      datatype - The datatype of the list values