cancel
Showing results for 
Search instead for 
Did you mean: 

Create radio button

Former Member
0 Kudos

Hai Experts,

How to create a simple radio button through UI , how to assign values for the attributes selected key and key to select..explain in detail.

Thanks in advance,

Regards,

R.Jude Silvester.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos
Former Member
0 Kudos

Hai All,

Thank you for all your posts and i had done it in an alternate way...

Regards,

Jude

Former Member
0 Kudos

Hi Jude,

Also you can refer to page no. 114, 115 and 116 (for the step by step guide to use 3 type of radio buttons )of the following link:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b06c8c9a-19a4-2b10-d985-9ae7a438...

This doc gives the step by step solution for usage of any UI element.

Regards.

Rajat

Former Member
0 Kudos

Hi Jude,

Basically you have 3 types of radio button objects:

1. Stand Alone radio button ( RadioButton)

2. Radion button group selected by index(RadioButtonGroupByIndex) - the most usefull one, I think

3. Radio button group selected by key ( RadioButtonGroupByKey) like RadioButtonGroupByIndex but index which is integer key is replaced by more general concept of key.

In order to use it you simply define radio button group(RadioButtonGroupByKey for example) then take context node and bind one of it's attributes to key and another one to value.Then you can use them.

For tutorial on how to use it please see help on:

SAP Web AS for Java Applications\Reference Manual\Standard Library of UI Elements\ RadioButtonGroupByIndex. It has the usage example inside it.

Hope it helps.

Regards.

Rajat