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

Class: components.dt/js/spi/creators/CreatorType

Enumeration representing the type of a component creator.

Version:
  • 16.3.5
Source:

Members

(static, constant) PLAIN :String

stable API

Defines a creator with no UI creating its views with default properties raising no popup or wizard during the create process.

Usually all creators implementing Creator interface return this type.

Type:
  • String
Version:
  • 16.3.5
Source:

(static, constant) POPUP :String

stable API

Defines a creator raising a customizer popup right after the view is created.

All creators implementing PopupCreator interface return this type.

Type:
  • String
Version:
  • 16.3.5
Source: