<radioButton>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
派生元: | <ui:formElement>要素 |
グループ: | UIX Components |
要素の型: | UINode |
構文 |
![]() |
<radioButton
[ accessKey="ui:char" ]
[ onChange="string" ]
[ selected="boolean" ]
[ selectedValue="string" ]
[ text="string" ]
[ value="string" ] [ data:primaryClientAction ="data binding to oracle.cabo.ui.action.ClientAction" ] > <primaryClientAction></primaryClientAction> </radioButton>
説明 |
![]() |
<radioButton>要素は、標準的なブラウザのラジオ・ボタン入力項目にマップされ、同じ名前を持つ、同じページ上のその他すべてのラジオ・ボタンとグループ化されます。 radiobuttonコントロールに含まれるテキストは、ラジオ・ボタンのラベルとして表示されます。 同じ名前(FormElementBeanスーパークラス上で設定)のラジオ・ボタンは、ページ上での物理的な位置とは関係なく、同じグループに属し、相互に排他的に選択されます。
例 |
![]() |
次の例は、同じグループ内の3つのラジオ・ボタンを示しています。 1番目のボタンはあらかじめ選択され、アクセス・キーは4、2番目のボタンのアクセス・キーは5、3番目のボタンにはアクセス・キーがありません。
<radioButton name="RadioButtons"
text="radio4"
accessKey="4"
selected="true"
value="1"/>
<radioButton name="RadioButtons"
textAndAccessKey="radio&5"
selected="false"
value="2"/>
<radioButton text="radio6"
name="RadioButtons"
selected="false"
value="3"/>
属性 |
![]() |
子要素 |
![]() |
|