Interface UIRadioButtonPanel

    • Method Detail

      • create

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

        void addOptionImages​(List<UIImage> images)
        Add images that are added to the radio buttons. There should be the same number of images in the list as there are values in the 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.
        Parameters:
        images - list of images that are placed in the radio button panel along the radio button options
        Since:
        9.10.2
      • getOptionImages

        List<UIImage> getOptionImages()
        Returns the images attached to the options in this radio button panel.
        Returns:
        the images attached to the options in this radio button panel
        Since:
        9.10.2