DialogsComponentRegistration class
讓對話框元件可供系統註冊功能使用。
- Extends
-
ComponentRegistration
建構函式
| Dialogs |
建立 DialogsComponentRegistration 類別的實例。 |
繼承的屬性
| components |
方法
| get |
取得對話框記憶體範圍。 |
| get |
取得對話框路徑解析程式。 |
繼承的方法
| add(Component |
新增元件,每個類型只能有一個實例供元件使用。 |
建構函式詳細資料
DialogsComponentRegistration()
建立 DialogsComponentRegistration 類別的實例。
new DialogsComponentRegistration()
繼承的屬性詳細資料
components
static components: ComponentRegistration[]
屬性值
ComponentRegistration[]
繼承自 ComponentRegistration.components
方法詳細資料
getMemoryScopes()
getPathResolvers()
繼承的方法的詳細資料
add(ComponentRegistration)
新增元件,每個類型只能有一個實例供元件使用。
static function add(componentRegistration: ComponentRegistration)
參數
- componentRegistration
-
ComponentRegistration
要註冊的元件。
繼承自 ComponentRegistration.add