Data Controls palette
The Data Controls palette is the component in the IDE that exposes the available application
module as a data control layer within the application. In our EmpDirectoryApplication
application, we have two application modules registered in the Model.jpx
file as highlighted in the following screenshot:
The Data Controls palette will have the components explained in the following section.
Data control
The
available application
module is displayed as a data control layer in the palette. The data control layer is a metadata definition that translates the API of the specific business service implementation to a generic format allowing declarative and consistent development. A user cannot drag-and-drop this component to the page because of the reason stated in the previous section.
The view object collection
The view object
instance that is added to the application
module is displayed as the view object
collection in the Data Controls palette. All the available attributes in the...