Difference between revisions of "ZK Desktop"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
 
m (Overview: bulleting for readibility)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
Starting from revision 7631 for trunk and revision 7632 for branches/adempiere342, the ZK desktop implementation have been refactor to better support the development of different desktop presentation. Developer can implement a custom desktop presentation by extending AbstractDesktop, TabbedDesktop or one of the concrete desktop implementation included depending on the level of customization needed. The framework will determine the concrete desktop class to use by looking at the value of ZK_DESKTOP_CLASS configuration parameter in the AD_SysConfig table, falling back to DefaultDesktop if the classname specific is not valid or the parameter is not define.
+
*Starting from revision 7631 for trunk and revision 7632 for branches/adempiere342, the ZK desktop implementation have been refactor to better support the development of different desktop presentation.  
 +
*Developer can implement a custom desktop presentation by extending AbstractDesktop, TabbedDesktop or one of the concrete desktop implementation included depending on the level of customization needed.  
 +
*The framework will determine the concrete desktop class to use by looking at the value of ZK_DESKTOP_CLASS configuration parameter in the AD_SysConfig table, falling back to DefaultDesktop if the classname specific is not valid or the parameter is not define.
  
 
== Screenshot ==
 
== Screenshot ==

Revision as of 23:15, 16 December 2008

Overview

  • Starting from revision 7631 for trunk and revision 7632 for branches/adempiere342, the ZK desktop implementation have been refactor to better support the development of different desktop presentation.
  • Developer can implement a custom desktop presentation by extending AbstractDesktop, TabbedDesktop or one of the concrete desktop implementation included depending on the level of customization needed.
  • The framework will determine the concrete desktop class to use by looking at the value of ZK_DESKTOP_CLASS configuration parameter in the AD_SysConfig table, falling back to DefaultDesktop if the classname specific is not valid or the parameter is not define.

Screenshot

Default Desktop

Configuration
Default-desktop.png


Accordion Navigation Bar

Configuration
Showing menu
Showing favourites
Add menu item to favourites


With 2 Navigation Bar

Configuration
Navbar2-desktop-1.png


Hengsin 23:01, 16 December 2008 (EST)