DialogsComponentRegistration class

讓對話框元件可供系統註冊功能使用。

Extends

ComponentRegistration

建構函式

DialogsComponentRegistration()

建立 DialogsComponentRegistration 類別的實例。

繼承的屬性

components

方法

getMemoryScopes()

取得對話框記憶體範圍。

getPathResolvers()

取得對話框路徑解析程式。

繼承的方法

add(ComponentRegistration)

新增元件,每個類型只能有一個實例供元件使用。

建構函式詳細資料

DialogsComponentRegistration()

建立 DialogsComponentRegistration 類別的實例。

new DialogsComponentRegistration()

繼承的屬性詳細資料

components

static components: ComponentRegistration[]

屬性值

ComponentRegistration[]

繼承自 ComponentRegistration.components

方法詳細資料

getMemoryScopes()

取得對話框記憶體範圍。

function getMemoryScopes(): MemoryScope[]

傳回

MemoryScope清單。

getPathResolvers()

取得對話框路徑解析程式。

function getPathResolvers(): PathResolver[]

傳回

PathResolver清單。

繼承的方法的詳細資料

add(ComponentRegistration)

新增元件,每個類型只能有一個實例供元件使用。

static function add(componentRegistration: ComponentRegistration)

參數

componentRegistration

ComponentRegistration

要註冊的元件。

繼承自 ComponentRegistration.add