Package com.solibri.smc.api.ui
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 Summary
Static Methods Modifier and Type Method Description static UIRadioButtonPanelVertical
create(EnumerationParameter ruleParameter)
Returns a vertical UI radio button panel with the given rule parameter.Methods inherited from interface com.solibri.smc.api.ui.UIComponent
getEnabler, setEnabler
Methods inherited from interface com.solibri.smc.api.ui.UIRadioButtonPanel
addOptionImages, getOptionImages
Methods inherited from interface com.solibri.smc.api.ui.UIRuleParameter
getRuleParameter
-
Method Details
-
create
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
-