Screenshot:View Implementation
Back to Screens_Reference |
View Implementation
A view is shown in the user interface as a tab in the multi-tab interface or as a popup. The view can be anything from a grid, form or a popup window. When the view is shown in the multi-tab interface then it must be a Smartclient canvas.
The view implementation defines the component which is capable of generating the client side javascript to be shown in the browser. A view implementation is a java class which extends the org.openbravo.client.kernel.BaseTemplateComponent class.
View Implementation
A view is shown in the user interface as a tab in the multi-tab interface or as a popup. The view can be anything from a grid, form or a popup window. When the view is shown in the multi-tab interface then it must be a Smartclient canvas.
The view implementation defines the component which is capable of generating the client side javascript to be shown in the browser. A view implementation is a java class which extends the org.openbravo.client.kernel.BaseTemplateComponent class.
- Module : Module
- Name : A non-unique identifier for a record/document often used as a search tool.
- Description : A space to write additional related information.
- Classname of the view implementation : The java class name of the view implementation. The java class must extend the org.openbravo.client.kernel.BaseTemplateComponent.
- Template : The template used to generate the visualization of the component.
- Advanced Feature : Is advanced feature
- Active : A flag indicating whether this record is available for use or de-activated.
- View Implementation : Defines the implementation of a view shown in the user interface.
- Organization : Organizational entity within client
- Client : Client for this installation.
View Role Access
Defines the access to views by Role.
- Role : The profile of security for the user defining what windows and tabs they can see.
- Active : A flag indicating whether this record is available for use or de-activated.
- View Implementation : Defines the implementation of a view shown in the user interface.
- Organization : Organizational entity within client
- Obuiapp_View_Role_Access_ID
- Client : Client for this installation.
Back to Screens_Reference |