Interface UIRadioButtonPanelHorizontal

All Superinterfaces:
UIComponent, UIRadioButtonPanel, UIRuleParameter

public interface UIRadioButtonPanelHorizontal
extends UIRadioButtonPanel
Class that defines a radio button panel with horizontal layout.
Since:
9.10.2
  • Method Details

    • create

      static UIRadioButtonPanelHorizontal create​(EnumerationParameter ruleParameter)
      Returns a horizontal UI radio button panel with the given rule parameter.
      Parameters:
      ruleParameter - the rule parameter
      Returns:
      a horizontal UI radio button panel with the given rule parameter
      Since:
      9.10.2