Package com.smartgwt.sample.showcase.client

Examples of com.smartgwt.sample.showcase.client.SourceEntity


    }

    @Override
    public SourceEntity[] getSourceUrls() {
        return new SourceEntity[] {
                new SourceEntity("Application.java", "source/miniapp/Application.java.html"),
                new SourceEntity("CategoryTreeGrid.java", "source/miniapp/CategoryTreeGrid.java.html"),
                new SourceEntity("HelpPane.java", "source/miniapp/HelpPane.java.html"),
                new SourceEntity("ItemDetailTabPane.java", "source/miniapp/ItemDetailTabPane.java.html"),
                new SourceEntity("ItemListGrid.java", "source/miniapp/ItemListGrid.java.html"),
                new SourceEntity("SearchForm.java", "source/miniapp/SearchForm.java.html"),
                new SourceEntity("ItemSupplyXmlDS.java", "sourcegen/data/ItemSupplyXmlDS.java.html"),
                new SourceEntity("SupplyCategoryXmlDS.java", "sourcegen/data/SupplyCategoryXmlDS.java.html")
        };
    }
View Full Code Here

TOP

Related Classes of com.smartgwt.sample.showcase.client.SourceEntity

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.