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

Class: bop/js/api/operation/Pagination

An API object allowing client to describe what exact type of pagination is his BOP able to handle.

Currently it's possible to only disable/enable pagination but in the future, Application Builder will introduce more complex mechanisms to define various combinations of pagination.

Version:
  • 17.1.1
Source:

Members

(static) NONE :bop/js/api/operation/Pagination

stable API

Represents unsupported pagination.

Either use this option in OperationBuilder.paginates(..) method or don’t call the OperationBuilder.paginates(..) method at all in case your Operation doesn't provide any kind of pagination support.

Type:
Version:
  • 17.1.1
Source:

(static) STANDARD :bop/js/api/operation/Pagination

stable API

Represents standard type of pagination that supports:

  • Previous/Next page buttons.
  • First/Last page buttons.
  • Jumping between pages using page navigation.
  • Direct navigation to few pages before and after the current page.
Type:
Version:
  • 17.1.1
Source:

Methods