cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Jeff_Morse
Level 6

Drop-list in custom bean?

Hello,

I am writing a custom bean to access the registry and would like the ui to have a "Hive" drop-list similar to the one in the "Windows Get Registry Value Action" bean. Or just any True/False drop-list. Can anyone show me the code I need to include in my bean?

Regards,

Jeff
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

A boolean bean property automatically gets a True/False list for design time. For other values, you can specify to use a list of enumerated values at design time in the bean info class; see, for example, this old [thread=60839]Editor Gallery[/thread] example...
0 Kudos
Jeff_Morse
Level 6

Thanks again Robert. I'll give this a try.
0 Kudos