JavaScript Extension Development API for Oracle Visual Builder Cloud Service - Classic Applications

Class: pages.dt/js/api/PageType

Enumeration representing types of ABCS supported pages.

If you are looking for CRUD pages, you will be interested into PageType.CREATE, PageType.EDIT and PageType.DETAILS. Otherwise you should use the PageType.LANDING type representing initially blank page used for free designing.

Every Page has defined PageType. Types can be stated for free designing purposes, for CRUD scenarios etc. If the page is of PageType.CREATE, PageType.EDIT or PageType.DETAILS type, the page is always bound to the specific entity then.

Version:
  • 16.3.5
Source:
See:
  • Page object has to be identified by one of these types saying general purpose of the page

Members

(static) CREATE :String

stable API

Create page type.

Suited for pages creating new records into collections.

Type:
  • String
Version:
  • 16.3.5
Source:

(static) DETAILS :String

stable API

Detail page type.

Suited for pages displaying collection record's information.

Type:
  • String
Version:
  • 16.3.5
Source:

(static) EDIT :String

stable API

Edit page type.

Suited for pages which edits the collection record's fields.

Type:
  • String
Version:
  • 16.3.5
Source:

(static) LANDING :String

stable API

Landing page type.

Suited for blank pages without direct connection to any Businness Object. This PageType is mostly used as welcome and introductory pages showing tables, lists, graphs and other summary information.

Type:
  • String
Version:
  • 16.3.5
Source:

Methods