Package org.axsl.area

Examples of org.axsl.area.TableFooterContainer


                // the end of the table.
                getLayout().getLogger().warn("footer could not fit on page, "
                        + "moving last body row to next page");
                final TableFooterPL tableFooterPL
                        = (TableFooterPL) this.getLayoutProxy(tf);
                final TableFooterContainer footerArea =
                        tableArea.getTableFooterContainer();
                tableArea.removeChild(footerArea);
                tableFooterPL.resetProgress();
                return Status.AREA_FULL_SOME;
            }
View Full Code Here


        }
        final TableFooter footer = this.table.getTableFooter();
        if (footer != null) {
            final TableFooterPL tableFooterPL = (TableFooterPL)
                    this.getLayoutProxy(footer);
            final TableFooterContainer footerContainer =
                tableArea.getTableFooterContainer();
            tableArea.removeChild(footerContainer);
            tableFooterPL.resetProgress();
        }
        resetProgress();
View Full Code Here

TOP

Related Classes of org.axsl.area.TableFooterContainer

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.