-
Notifications
You must be signed in to change notification settings - Fork 2
Manager
Isuru Kusumal Rajapakse edited this page Jun 18, 2017
·
1 revision
- Virtual manager class that is responsible in managing a single component behavior.
Void
assigns an component to be managed by the manager
| Name | Type | Description | |
|---|---|---|---|
| component | Component |
- component to manage. | |
| profile | Profile |
- profile to manage the component |
-
Manageritself
assign managed profile
| Name | Type | Description | |
|---|---|---|---|
| profile | Profile |
- profile to manage the component using |
-
Componentitself
Subsequently initialises all of the managed components
Void
-
boolshould
Subsequently process all of the managed components
Void
-
boolshould
component logic before rendeing
Void
Subsequently renders all of the managed components
Void