2.3. UI部品の実装サンプルで提供しているウィジェットの一覧¶
| ウィジェット | 説明 |
|---|---|
| button:back | 戻るボタンを出力する |
| button:base | ボタン用の共通テーンプレートタグ |
| button:cancel | キャンセルボタンを出力する |
| button:check | 確認ボタンを出力する |
| button:confirm | 確定ボタンを出力する |
| button:delete | 削除ボタンを出力する |
| button:download | ダウンロードボタンを出力する |
| button:popup | 遷移先画面を新規ウィンドウで表示するためのボタンを出力する。 |
| button:search | 検索ボタンを出力する |
| button:submit | ボタンを出力する。 |
| button:update | 更新ボタンを出力する |
| column:checkbox | テーブルカラム定義(行選択用チェックボックス) |
| column:code | テーブルカラム定義(コード表示) |
| column:label | テーブルカラム定義(テキスト表示) |
| column:link | テーブルカラム定義(リンク表示) |
| field:base | 入力項目の共通テンプレート |
| field:block | 見出し付ブロックを出力する |
| field:calendar | 日付入力項目を出力する |
| field:checkbox | チェックボックス項目を出力する |
| field:code_checkbox | コード定義に従ってチェックボックス項目を出力する |
| field:code_pulldown | コード定義に従ってプルダウン項目を出力する |
| field:code_radio | コード定義に従ってラジオボタン項目を出力する |
| field:example | 入力例を出力する |
| field:file | ファイル選択項目を出力する |
| field:hint | 入力時の留意点を出力する |
| field:label | 項目のラベル表示を行う |
| field:label_block | タグボディ内容のラベル表示を行う |
| field:label_code | コード定義に従ってテキストラベルを出力する |
| field:label_id_value | ID値と名称(VALUE)を「:」で連結して出力する。 |
| field:listbuilder | リストビルダーUI部品を表示する |
| field:password | パスワード入力項目を出力する |
| field:pulldown | プルダウン項目を出力する |
| field:radio | ラジオボタン項目を出力する |
| field:text | 単行テキスト入力項目を出力する |
| field:textarea | テキストエリア項目を出力する |
| link:submit | サブミット用のリンクを出力する |
| tab:content | タブによる表示内容切り替え |
| tab:group | タブ行を出力する |
| tab:link | タブ型リンクを出力する |
| spec:layout | レイアウトを設計情報として記述する |
| table:search_result | 検索結果を表示するテーブルを出力する |
| table:plain | テーブルを出力する |
| table:treelist | 部署一覧、部品表など、階層化されたデータの一覧を表示する |