Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
APEX 5 ユニバーサル・テーマのおさらい
Search
Yuji Nakakoshi
July 07, 2017
Technology
0
40
APEX 5 ユニバーサル・テーマのおさらい
ユニバーサルテーマのおさらい
Yuji Nakakoshi
July 07, 2017
Tweet
Share
More Decks by Yuji Nakakoshi
See All by Yuji Nakakoshi
Oracle APEXの紹介 - Oracle APEXとは何か、始め方と学び方
ujnak
0
280
Oracle APEXクイックガイド 22.2版
ujnak
0
1.1k
F1より速く - F1グランプリのアプリをAPEXで作成する
ujnak
0
320
ローコード開発とOracle APEX - 教育の分野への活用
ujnak
0
92
Oracle APEX概要 20.2版
ujnak
0
180
Oracle APEXデモンストレーション手順
ujnak
0
190
Oracle APEX:アイデアからアプリケーションへ:光の速度で実現する環境
ujnak
0
120
世界食堂 - Oracle APEXアプリケーションを複数言語、複数タイムゾーンに対応させる
ujnak
0
800
Oracle APEXへのオープンデータの取り込み
ujnak
1
900
Other Decks in Technology
See All in Technology
Modern_Data_Stack最新動向クイズ_買収_AI_激動の2025年_.pdf
sagara
0
200
Escaping_the_Kraken_-_October_2025.pdf
mdalmijn
0
120
Shirankedo NOCで見えてきたeduroam/OpenRoaming運用ノウハウと課題 - BAKUCHIKU BANBAN #2
marokiki
0
110
Trust as Infrastructure
bcantrill
0
310
KAGのLT会 #8 - 東京リージョンでGAしたAmazon Q in QuickSightを使って、報告用の資料を作ってみた
0air
0
200
AIAgentの限界を超え、 現場を動かすWorkflowAgentの設計と実践
miyatakoji
0
130
Sidekiq その前に:Webアプリケーションにおける非同期ジョブ設計原則
morihirok
17
7.3k
AIが書いたコードをAIが検証する!自律的なモバイルアプリ開発の実現
henteko
1
330
Why React!?? Next.jsそしてReactを改めてイチから選ぶ
ypresto
10
4.4k
"複雑なデータ処理 × 静的サイト" を両立させる、楽をするRails運用 / A low-effort Rails workflow that combines “Complex Data Processing × Static Sites”
hogelog
3
1.9k
OCI Network Firewall 概要
oracle4engineer
PRO
1
7.8k
動画データのポテンシャルを引き出す! Databricks と AI活用への奮闘記(現在進行形)
databricksjapan
0
140
Featured
See All Featured
Visualization
eitanlees
148
16k
How STYLIGHT went responsive
nonsquared
100
5.8k
A Tale of Four Properties
chriscoyier
160
23k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
19
1.2k
Agile that works and the tools we love
rasmusluckow
331
21k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
Building Applications with DynamoDB
mza
96
6.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
114
20k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Transcript
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| APEX 5 ユニバーサル・テーマのおさらい 中越祐治 日本オラクル株式会社 2017年7月7日
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| 今日の話は
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| 日本語に翻訳しました
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| ユニバーサル・テーマのサンプル https://apex.oracle.com/ut/ https://apex.oracle.com/pls/apex/f?p=42 一部日本語に翻訳 https://apex.oracle.com/pls/apex/f?p=420042
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| そもそもテーマって何? テンプレートの集まり テンプレート・オプションの集まり プレースホルダーを含んだ HTML文書 CSSのクラス定義
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| APEXのコンポーネント ページ(ページ・テンプレート) リージョン (リージョン・テンプレート) • リージョン・タイプ • Chart • Interactive Report • Interactive Grid • Classic Report • レポート・テンプレート • List • リスト・テンプレート • etc. ページアイテム (ラベル・テンプレート) ボタン (ボタン・テンプレート)
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| 標準ページ・テンプレート #....#がプレースホルダ ここに、今度は穴埋めされ たリージョン・テンプレートに 置き換わる。
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| 標準リージョン・テンプレート #....#がプレースホルダ ここに、ボタンやページアイテム、 および、リージョン・タイプで決まっ たテンプレートが、データで穴埋め されて、置き換わる。
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| レポート・テンプレート(Alerts) ALERT_TYPE - アイコンが表示 (warning, info, success, red, yellow, danger) ALERT_TITLE ALERT_DESC ALERT_ACTION がSQLの問い合わせの結果にあることを期待している。
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| ページ・テンプレートの指定 ページ・テンプレートのリファレンスはこちら。 https://apex.oracle.com/pls/apex/f?p=420042:6307 => Pages
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| リージョン・テンプレートの指定 リージョン・テンプレートのリファレンスはこちら。 https://apex.oracle.com/pls/apex/f?p=420042:6307 => Regions Blank with Attributesがリファレンスにないが、これはFormで使われるテンプレートな ので、 Component TemplatesのFormsを参照のこと https://apex.oracle.com/pls/apex/f?p=420042:6307 => Forms
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| リージョン・タイプの指定 リージョン・タイプのリファレンスはこちら。 https://apex.oracle.com/pls/apex/f?p=420042:6308
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| レポート・テンプレートの指定 レポート・テンプレートのリファレンスはこちら。 https://apex.oracle.com/pls/apex/f?p=420042:6307 => Reports Alertsはリージョン・テンプレートのAlertの説明でレポート・テンプレートのものでない、 また、Search Resultsについてはリファレンスに説明なし。
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| リスト・テンプレートの指定 リスト・テンプレートのリファレンスはこちら。 https://apex.oracle.com/pls/apex/f?p=420042:6307 => Lists
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| ラベル・テンプレートの指定 テンプレートのOptional – Requiredと、検証の「必須の値」は連動しないことに注意
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
| ボタン・テンプレートの指定 https://apex.oracle.com/pls/apex/f?p=420042:6307 => Buttons または、Button Builderを使ってみよう。 https://apex.oracle.com/pls/apex/f?p=420042:6100
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
|
None