Interface UIRadioButtonPanelVertical

All Superinterfaces:
UIComponent, UIRadioButtonPanel, UIRuleParameter

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

    • create

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