<lovSelectColumn>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
派生元: | <ui:column>要素 |
グループ: | UIX Components |
要素の型: | UINode |
説明 |
![]() |
<lovSelectColumn>要素は、columnコンポーネントを拡張し、「LOV簡易選択」列をレンダリングします。 「LOV簡易選択」列の各セルにはクリック可能なリンクまたはアイコンが含まれ、クリックするとJavaScript関数がコールされます。この関数は、ユーザーが行の単一選択ラジオ・ボタンを選択してLOVのページ・レベルの「選択」ボタンを押した場合と同様に動作します。 つまり、1回クリックするだけでLOV単一選択を実行できます。 UI設計の詳細は、UI BLAFガイドラインを参照してください。 このコンポーネントは、singleSelection列を含むLOV検索結果の表でのみ使用します。
例 |
![]() |
<table ...>
...
<tableSelection>
<singleSelection text="select an item"
selected="${uix.current.selected}"/>
</tableSelection>
... your LOV columns ...
... now add the lovSelectColumn as the last column ...
<lovSelectColumn>
<columnHeader>Quick Select</columnHeader>
</lovSelectColumn>
</table>