In the plugin I'm working on, I need to present a list of choices to the user. The user will be able to select one or more of them (thus checkboxes would be appropriate, not radio buttons). Most likely I'll store the data in a List<String> or something similar.
The tricky part is that the list of choices is dynamically determined, based on the contents of other fields on the form. Thus, I can't use a RowSet with predefined entry fields for the choices. I considered using the YIU TreeView as is used for the axis fields in Matrix projects, but I can't see how I'd make the population of that control be dynamic. Anyone have any suggestions? I've also considered having a drop-down list and an 'Add' button that just adds the selected choice to a textarea field (and thus removal from the textarea would be done manually), which is a reasonable choice, if a bit less elegant :-) -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
