cancel
Showing results for 
Search instead for 
Did you mean: 

Custom controll content for Binding

Former Member
0 Kudos

Hello guys, please help me out

I am creating the custom control with 2 sap.m.Buttons and 1 sap.m.Select

can I set in controll emplementation somehow dataBinding?

where do I do it? in custom control onInit() or renderer()?

my metadata looks like this:

metadata: {

            properties: {

            },

            aggregations: {

                    _leftBtn :{type: "sap.m.Button", multiple: false, visibility: "public"},

                    _selector: {type: "sap.m.Select", multiple: false, visibility: "public"},

                    _rightBtn :{type: "sap.m.Button", multiple: false, visibility: "public"},

            },

        },

So Should the Selector agregation have subaggregations? I totally lost...

Accepted Solutions (0)

Answers (1)

Answers (1)

jtaylor
Active Participant
0 Kudos

Hi ,

Based on the details, the SAP UI5 SCN space may be a better fit for your question...

http://scn.sap.com/community/developer-center/front-end

Thanks,

John