About
A page is the basic building block of an database application.
Application pages share a common:
- and authentication.
Individual pages are organized using containers called regions.
Articles Related
Control
Page control
- item,
- or button.
Type
Navigation
The pages are linked together using:
- tabs,
- buttons,
- or hypertext links.
You can branch from one page to the next using conditional navigation, perform calculations and validations, and display reports, calendars, and charts.
Definition
The Page Definition appears and is divided into three main sections:
Rendering
Page Rendering lists user interface controls and logic that are executed when a page is rendered. See Page Rendering
Processing
Page Processing lists logic controls (such as computations and processes) that are evaluated and executed when the page is processed.
Shared Components
Shared Components lists common components that can be used by one or more pages within an application.
Public
A public page does not require authentication of the user. See Oracle Apex - Public Navigation (Page and user)