User interface and screen flow

The Requea platform provides user action flow to design, manage and extend user interfaces. Those user interface flows are called user actions or "actions" and are attached to entities.

User action define the flow of operation calls and screen that the user will see.

For example, the list user action is commonly defined with 2 steps:

  • step 1: search the database, retrieve the records (entities) and return the result as a variable ("data")
  • step 2: show the result (the "data" variable) as a list. The list may be a simple list, a multiple column table or a tree view for example.actions1.png

For more information about user actions, you can view the following articles:

Tags:
Created by Pierre Dubois on 2011/06/16 08:38
     
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation