cancel
Showing results for 
Search instead for 
Did you mean: 

RadioButtons in webdynpro

Former Member
0 Kudos

Hi,

Does any body have worked on the Radio Buttons in WebDynpro.

Please provide if any body has some demo program or tutorials to work with this.

THanks,

Manjunatha.T.S

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

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. That's it.

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.

Victor.