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

devquora
devquora

Posted On: Jun 07, 2024

 

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?

    Formatters in SAPUI5 are JavaScript functions used to format data before displaying it in UI elements, such as text or tables. By defining specific formatting rules or conditions, formatters enhance t..

    UI5 interview questions

    What is UI5 and why it is considered?

    SAPUI5 is a client-side rendering library, akin to HTML5, adhering to internet application protocols. It's JavaScript-based, providing a lightweight programming model for web and mobile apps. SAPUI5 s..

    UI5 interview questions

    Explain the concept of navigation and component in ui5?

    SAPUI5 utilizes eventBus and routing mechanisms for application navigation. The 'sap.ui.core.routing' class, introduced in SAPUI5 1.16, defines routing within components. Components, often referred to..