Class FxRadioChoice<V>

    • Constructor Detail

      • FxRadioChoice

        public FxRadioChoice()
        The constructor.
    • Method Detail

      • initHBox

        protected void initHBox​(javafx.scene.layout.HBox box)
        Overrides:
        initHBox in class FxInput<javafx.scene.control.RadioButton,​V>
        Parameters:
        box - the HBox used as top widget.
      • setEnabledNative

        protected void setEnabledNative​(boolean enabled)
        Overrides:
        setEnabledNative in class FxWidgetNode<javafx.scene.control.RadioButton>
        Parameters:
        enabled - the new enabled state. Use true to enable and false to disable this widget.
      • setOptions

        public void setOptions​(List<V> options)
        Description copied from interface: UiAbstractChoice
        This method sets the options of this object. The options will be presented in their order specified by the given List.
        ATTENTION: The options are updated during this method. Changing the List instance after calling this method will not reflect the changes unless this method is called again.
        Specified by:
        setOptions in interface UiAbstractChoice<V,​V>
        Overrides:
        setOptions in class FxAbstractChoice<javafx.scene.control.RadioButton,​V,​V>
        Parameters:
        options - the new List of available options.
      • setValueNative

        protected void setValueNative​(V value)
        Specified by:
        setValueNative in class FxInput<javafx.scene.control.RadioButton,​V>
        Parameters:
        value - the new value to set in the native widget.
      • setTooltipNative

        public void setTooltipNative​(String tooltipText)
        Overrides:
        setTooltipNative in class FxWidgetNode<javafx.scene.control.RadioButton>
        Parameters:
        tooltipText - the new tooltip to apply.