Why multi flow design pattern is use, how splitting is implemented in it?

devquora
devquora

Posted On: Feb 22, 2018

 

When any complex application flow is used then multiplied design pattern is suggested. it also covers the need to utilise all the design patterns in order to build a single working application. Navigation in multiply pattern from full screen to split and then again full screen is done following the sub-routes. For this purpose, manifest.Json is used along with some targeted properties like

  • Parent
  • ControllD
  • Control aggregation

https://lh6.googleusercontent.com/CcSQf1l9UnwGBYGgCb-Bv2mg_omn1sY3F4YTKWWeu2iDkgJzJVUmYBj_ni0b4-JDrPvLv2XVxPhnH6l4xYq8--rzID6a_suqycEizNB1eHjZhY1mFJyS14c4gb4FiKo2TtuMrqQN

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    UI5 interview questions

    Can you tell us about the formatter in ui5 and how to use it?

    The formatter is used in ui5 when any changes have to be performed on the back end property data. The entire backend executions are done considering the front and property data. As a formatter can be ...

    UI5 interview questions

    What is UI5 and why it is considered?

    SAPUI5 is a single client side rendering library (similar to HTML 5) which strictly follows which internet application protocols. It is based over the JavaScript to provide lightweight programming hie...

    UI5 interview questions

    Explain the concept of navigation and component in ui5?

    Navigation- do i5 uses two mechanisms for navigation in any applications which are eventBus and routing. In SAP ui5 1.16. ‘sap.ui.core.routing’ is a class which is basically used for routi...