Package com.vk.gwt.designer.client.ui.widget.vkDateBox

Examples of com.vk.gwt.designer.client.ui.widget.vkDateBox.VkDateBoxEngine


    engineMap.put(VkResetButton.NAME, new VkResetButtonEngine());
    engineMap.put(VkSubmitButton.NAME, new VkSubmitButtonEngine());
    engineMap.put(VkDecoratedTabBar.NAME, new VkDecoratedTabBarEngine());
    engineMap.put(VkInlineLabel.NAME, new VkInlineLabelEngine());
    engineMap.put(VkInlineHTML.NAME, new VkInlineHTMLEngine());
    engineMap.put(VkDateBox.NAME, new VkDateBoxEngine());
   
    engineMap.put(VkAbsolutePanel.NAME, new VkAbsolutePanelEngine());
    engineMap.put(VkVerticalPanel.NAME, new VkVerticalPanelEngine());
    engineMap.put(VkCaptionPanel.NAME, new VkCaptionPanelEngine());
    engineMap.put(VkDeckPanel.NAME, new VkDeckPanelEngine());
View Full Code Here

TOP

Related Classes of com.vk.gwt.designer.client.ui.widget.vkDateBox.VkDateBoxEngine

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.