Uses of Interface
com.solibri.smc.api.ui.UIRadioButtonPanel
-
Packages that use UIRadioButtonPanel Package Description com.solibri.smc.api.ui -
-
Uses of UIRadioButtonPanel in com.solibri.smc.api.ui
Subinterfaces of UIRadioButtonPanel in com.solibri.smc.api.ui Modifier and Type Interface Description interface
UIRadioButtonPanelHorizontal
Class that defines a radio button panel with horizontal layout.interface
UIRadioButtonPanelVertical
Class that defines a radio button panel with vertical layout.Methods in com.solibri.smc.api.ui that return UIRadioButtonPanel Modifier and Type Method Description static UIRadioButtonPanel
UIRadioButtonPanel. create(EnumerationParameter ruleParameter)
Returns a UI radio button panel with the given rule parameter.
-