Skip to main content

DomainDetailTab

Defined in: js-api/src/domains-ui.ts:43

One FK-inverted child ("detail") table of a domain row — what the built-in Entity View shows as a child tab (see DomainObjectHandler.getDetailTabs).

Properties

PropertyTypeDescriptionDefined in
filterDomainConditionTreeCondition tree scoping the child table to the parent row — pass it as the filter of grok.dapi.domains.table(tab.table).query/queryDf.js-api/src/domains-ui.ts:53
fkColumnstringThe child table's FK column referencing the parent row.js-api/src/domains-ui.ts:50
namestringTab caption: the child table address, suffixed with the FK label when the child references the parent through more than one column.js-api/src/domains-ui.ts:46
tablestringChild table address, '<schema>.<table>'.js-api/src/domains-ui.ts:48

Methods

open()

open(): void

Defined in: js-api/src/domains-ui.ts:55

Opens the child table's Domain View scoped to the parent row.

Returns

void