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

Class: entity/js/api/PropertyClassification

Classification of properties into some logical groups used in UI presentation.

For example if Property is marked as PropertyClassification.IGNORE, Application Builder will ignore such a Property on all relevant places in the UI. That can be handy for some hidden attributes which you don't want to present to the end-user.

Version:
  • 17.1.1
Source:
See:
  • DataModelFactory.createProperty(..) to check where PropertyClassification can be used.

Members

(static, constant) BASIC :String

stable API

Marks typical Property with no special treatment.

Type:
  • String
Version:
  • 17.1.1
Source:

(static, constant) IGNORE :String

stable API

Marks Property which is ignored by the Application Builder UI.

Type:
  • String
Version:
  • 17.1.1
Source: