Factory Function in SAP UI5

Поделиться
HTML-код
  • Опубликовано: 1 фев 2017
  • In this video tutorial i am going to explain you the concept of factory function in SAP UI5. Factory functions is one of the binding feature in Data binding which allows you to create controls dynamically based on the context data.
    For more information on factory function visit the following link:
    sapui5.hana.ondemand.com/#doc...

Комментарии • 7

  • @chandeepm8801
    @chandeepm8801 3 года назад +1

    Thanks for useful information

  • @ajaygupta2143
    @ajaygupta2143 7 лет назад

    Thanks Arun for making this video!!!
    It was very helpful as you have explained some complex concepts in a lot easier way!!!

  • @ondrejnekvinda5704
    @ondrejnekvinda5704 6 лет назад

    Thank You Arun, useful tutorial.

  • @ameenbari6758
    @ameenbari6758 Год назад

    but data.json is located inside model folder, why give root location?

  • @mdiqbal4628
    @mdiqbal4628 6 лет назад

    Very informative , good tutorial . i have one doubt ,Can you please tell me why we use it even we have template which internally behave like factory fn only .Same thing we can do using template only so why this.

    • @arunmbarec
      @arunmbarec  6 лет назад

      If your template is going to be static then normally the same template will be replicated for all the rows. But if you want to create a dynamic layout, let says depending on scenario a particular column is to be displayed a link or as an input field then you need some option to control the layout for that row, thats where you can use the Factory Function