Package com.vk.gwt.designer.client.ui.widget.button.vkSubmitButton

Examples of com.vk.gwt.designer.client.ui.widget.button.vkSubmitButton.VkSubmitButtonEngine


    engineMap.put(VkToggleButton.NAME, new VkToggleButtonEngine());
    engineMap.put(VkTree.NAME, new VkTreeEngine());
    engineMap.put(VkPasswordTextBox.NAME, new VkPasswordTextBoxEngine());
    engineMap.put(VkAnchor.NAME, new VkAnchorEngine());
    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());
   
View Full Code Here

TOP

Related Classes of com.vk.gwt.designer.client.ui.widget.button.vkSubmitButton.VkSubmitButtonEngine

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.