View Implementation
![]() | Back to Application Dictionary |
Introduction
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.
ManualDoc:WEBA40241D46D4FA4A24E4A09C61994AA
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.
ManualDoc:TF648835984F842AF906FA5F97EF6641B
View Role Access
Defines the access to views by Role.
ManualDoc:T7BF1D74F5C60424088416584DFD1EC1F
Full list of View Implementation window fields and their descriptions is available in the View Implementation Screen Reference.
![]() | Back to Application Dictionary |