cancel
Showing results for 
Search instead for 
Did you mean: 

Howto get Interface Event-Handler from used component

Former Member
0 Kudos

Hi all,

I am programming a customized serach help for my application. Therefore I have created a component for it, which has an event "DATA_SELECTED" defnied in the component controller, with the "Interface" flag set.

My question now is: After I have set this component as a used component in my application properties and added the usage into my view, how can I map a method to this interface event? I can't find it in the events list of the view.

Do I miss anything?

Kind regards, Matthias

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I found it out now for myself, for the records: I had to manually add the method to the method list of the view and select the event of the used component...

Regards, Matthias

Yashpal
Active Contributor
0 Kudos

Hi ,

I think u have not added the controller of type INTERFACECONTROLLER of the used component that's why u r not able to see the events of the component...

Hope this will solve ur problem...

regards

Yash