Step 2: Data Source Information - Application Class

Use the Data Source Information page for the Application Class data type to specify which application class data source.

Navigation:

  1. On the Tile Basic Information page, click the Next button.

  2. Select the Application Class data type.

This example illustrates the fields and controls on the Data Source Information page for the Application Class data type. You can find definitions for the fields and controls later on this page.

Data Source Information page for the Application Class data type
Field or Control Description

Root Package ID

Select a custom application package that includes the class that implements the PTGP_APPCLASS_TILE:Tiles:Tile base class and one of its required SetTileContentAs methods.

Qualified Package/Class Path

Select the package name or package path to the implemented class.

Application Class ID

Select the class that implements the required getTileLiveData method.

Tile Content Options

Select the tile content type:

  • Chart – Corresponds to the SetTileContentAsChart method.

  • Chart & KPI – Corresponds to the SetTileContentAsChartAndKPI method.

  • Data-1-KPI – Corresponds to the SetTileContentAsOneKPI method.

  • Data-2-KPIs – Corresponds to the SetTileContentAsTwoKPIs method or the SetTileContentAsTwoKPIsTopBottom method.

  • HTML Area – Corresponds to the SetTileContentAsHTML method.

  • Image – Corresponds to the SetTileContentAsImage method.

Note: This setting can be overridden in the getTileLiveData method.

Tile Live Data

Select this option to indicate whether the tile displays the live data region.

Note: This setting can be overridden in the getTileLiveData method.

Tile Badge

Select this option to indicate whether the tile displays the badge region.

Note: This setting can be overridden in the getTileLiveData method.