Make WRadioGroupEditor.RadioGroupEditor.RadioGroupEditor() public

Description

Hi,
I have a specific form where I would like to have a Radio Group Editor based on hardcoded values (no list / no table).
With this change, is possible to do :

RadioGroupEditor myEditor = new RadioGroupEditor(); myEditor.appendItem("One", "1"); myEditor.appendItem("Two", "2"); myEditor.appendItem("Three", "3");

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created May 21, 2024 at 6:07 AM
Updated July 4, 2024 at 9:36 PM
Resolved May 21, 2024 at 3:04 PM

Flag notifications