Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » radiobuttongroup in searchform(radiobuttongroup in searchform)
radiobuttongroup in searchform [message #891660] Mon, 25 June 2012 12:38 Go to next message
Bertin Kiekebosch is currently offline Bertin KiekeboschFriend
Messages: 330
Registered: August 2011
Senior Member
Hi,

I have a radioButtonGroup with three options on my searchform. How can I use this in my search on the server side. I do see the group in the searchFormaData but cannot find out how to see which button is selected.

Regards Bertin
Re: radiobuttongroup in searchform [message #891748 is a reply to message #891660] Mon, 25 June 2012 18:32 Go to previous messageGo to next message
Ivan Motsch is currently offline Ivan MotschFriend
Messages: 154
Registered: March 2010
Senior Member
Each radio button in a radio button group represent a value according to the radio button generic.

When using a codeType or lookup call these values are the keys of the code/lookup row.
When using explicit radio buttons, give them a getConfiguredRadioValue.

The form data contains the selected value as IRadioButtonGroup.getValue()

Does this help further?

[Updated on: Mon, 25 June 2012 18:32]

Report message to a moderator

icon7.gif  Re: radiobuttongroup in searchform [message #891778 is a reply to message #891748] Mon, 25 June 2012 21:32 Go to previous message
Bertin Kiekebosch is currently offline Bertin KiekeboschFriend
Messages: 330
Registered: August 2011
Senior Member
Thanks,

got it working. Used the explicit radio buttons, did override the getConfiguredRadioValue of each button.

regards Bertin


Previous Topic:Widget showcase
Next Topic:[SWT/RAP] No Toolbar / Outlinebar (Juno RC3)
Goto Forum:
  


Current Time: Sat Apr 20 04:53:55 GMT 2024

Powered by FUDForum. Page generated in 0.03511 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top