Package er.directtoweb.pages

Examples of er.directtoweb.pages.ERD2WListPage


    // actions
    /*
     * An excel report of the list
     */
    public WOComponent reportListAction() {
      ERD2WListPage excelListPage = (ERD2WListPage) D2W.factory().pageForConfigurationNamed("ListExcel" + entityName(), session());
      excelListPage.setDataSource(dataSource());
      return excelListPage;
    }
View Full Code Here


    // actions
    /*
     * An excel report of the list
     */
    public WOComponent reportListAction() {
      ERD2WListPage excelListPage = (ERD2WListPage) D2W.factory().pageForConfigurationNamed("ListExcel" + entityName(), session());
      excelListPage.setDataSource(dataSource());
      return excelListPage;
    }
View Full Code Here

TOP

Related Classes of er.directtoweb.pages.ERD2WListPage

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.