public interface UIRadioButtonPanel extends UIRuleParameter
EnumerationParameter
. For example, if the given parameter defines 3 options,
then the radio button panel will contain 3 radio buttons.Modifier and Type | Method and Description |
---|---|
void |
addOptionImages(List<UIImage> images)
Add images that are added to the radio buttons.
|
static UIRadioButtonPanel |
create(EnumerationParameter ruleParameter)
Returns a UI radio button panel with the given rule parameter.
|
List<UIImage> |
getOptionImages()
Returns the images attached to the options in this radio button panel.
|
create, getRuleParameter
getEnabler, setEnabler
static UIRadioButtonPanel create(EnumerationParameter ruleParameter)
ruleParameter
- the rule parametervoid addOptionImages(List<UIImage> images)
EnumerationParameter
for which the radio buttons are created. The order of the images
defines to which radio button they are attached: the first image is attached to the first radio button and so
on.images
- list of images that are placed in the radio button panel along the radio button optionsCopyright © 2019 Solibri, Inc.. All rights reserved.