cancel
Showing results for 
Search instead for 
Did you mean: 

Call event of a view in component contrller method

mahesh_jagnani
Participant
0 Kudos

Hi Experts,

I have a button CANCEL in a view . The event associated with this is CAN.

Can i call that CAN Event in component controller method.

Thanks

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

From View you can call COMPONENT CONTROLLERS events, CC is global, view is local, you can't do vice versa.

Cheers,

Kris.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

I dont think this is possible because the view controller is private and its events are not visible in the component controller.

Hope I understood the question correctly.

Thanks,

Aditya.

vineetrrakesh
Explorer
0 Kudos

No Mahesh, You can't. By the way what is the use case.