iMonitorSubject Interface (PRIM_DC.IMonitorSubject)
Interface that allows a visual host reusable part to interact with other components via a monitor
Ancestors - None
Interface that allows a visual host reusable part to interact with other components via a Monitor.
This interface is used in a reusable part as part of a hosted field visualization.
The following example uses the iMonitorSubject and iContextualSubject to support use as a field visualization, in this case an autocomplete feature for SURNAME.
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_PANL *implements #Prim_dc.iMonitorSubject #Prim_dc.iContextualSubject) Defaultpty(Value) Displayposition(1) Height(19) Layoutmanager(#TableLayout_1) Left(0) Tabposition(1) Tabstop(False) Top(0) Width(418)
Define_Com Class(#Surname.Visualedit) Name(#Surname) Displayposition(1) Height(19) Marginleft(0) Parent(#COM_OWNER) Tabposition(1) Width(418)
Define_Com Class(#PRIM_TBLO) Name(#TableLayout_1)
Define_Com Class(#PRIM_TBLO.Row) Name(#Row_1) Displayposition(1) Parent(#TableLayout_1)
Define_Com Class(#PRIM_TBLO.Column) Name(#Column_1) Displayposition(1) Parent(#TableLayout_1)
Define_Com Class(#PRIM_TBLO.Item) Name(#Item_1) Column(#Column_1) Manage(#Surname) Parent(#TableLayout_1) Row(#Row_1)
Name |
Description |
Signals that the current value of a field has changed |
Name |
Description |
Informs a monitoring Target of a change in a monitored Source value MonitorSubject |
|
Obtains the value of a monitored source component Result |