User-Designed Controls

LANSA Version 13 SP2

User-Designed Controls


User-designed controls are a new form of visual list similar to tree view or grid. However, user-designed controls have no predefined appearance, and the user has free reign over the design of the items that will be constructed. Items are added using the typical list commands, Add_Entry, Dlt_Entry, SelectList etc.

Each user-designed control has its own design interface (e.g. #Prim_Tile.iTiledesign, #Prim_Tree.iTreedesign), which is implemented by a reusable part which allows the design instance to respond to focus, selection, expand/collapse in the case of tree, and other events.

You can also define the repository fields you want to use and these are mapped in to the design instance on add.

A user-designed control can use either a single class of design or many depending on requirement.

 

Define_Com Class(#prim_Tile<#MyTileDesign>) Name(#Tile)…