new ViewPanelLocalPipelineWorker(args)
Parameters:
Name |
Type |
Description |
args |
ViewPanelLocalPipelineWorkerConstructorArgs.<L_D, H_P_D>
|
|
- Source:
Extends
- GenericBuildPipelineWorker
Methods
buildLifeCycleObject(hostFragmentLifeCycleObject)
builds and sets the lifecycleobject for the view panel
Runs separate from fragment, but if for fragment provided, runs itself based on the fragment's lifecycle stage
Build its lifecycle based on the fragment's lifecycle. Applies for frag attached. Otherwise, app-view-context based (App-Context represents larger app context. Affects complete views, i.e complete overhaul. Say, was viewing admin then back to client. Or sign up page shows up and changes app context)
Bind lifecycle object and allow runs if valid
Parameters:
Name |
Type |
Description |
hostFragmentLifeCycleObject |
|
|
- Source:
Returns:
buildViewPanel(args)
//TEST BUILD START WORKING
Called to trigger view panel build
Parameters:
Name |
Type |
Description |
args |
|
|
- Source:
cancelViewPanelBuild(args)
Called to trigger view panel build
Parameters:
Name |
Type |
Description |
args |
|
|
- Source:
destroyViewPanel(args)
Parameters:
Name |
Type |
Description |
args |
ViewPanelLocalPipelineWorkerDestroyArgs
|
|
- Source:
getLifeCycleObject()
- Source:
requestViewPanelConsent(args)
Parameters:
Name |
Type |
Description |
args |
ViewPanelLocalPipelineWorkerConsentArgs
|
|
- Source: