Package org.xwiki.test.ui.framework.elements

Examples of org.xwiki.test.ui.framework.elements.LiveTableElement.waitUntilReady()


        // Since there's a risk that the livetable has finished dislaying before the listener
        // (defined in LiveTableElement's constructor) has been set up, we force a livetable refresh.
        executeJavascript("livetable.clearCache();livetable.showRows(livetable.currentOffset, livetable.limit);");

        lt.waitUntilReady();
        return lt;
    }

    public LiveTableElement clickAttachmentsTab()
    {
View Full Code Here


        // Since there's a risk that the livetbale has finished dislaying before the listener
        // (defined in LiveTableElement's constructor) has been set up, we force a livetable refresh.
        executeJavascript("livetable.clearCache();livetable.showRows(livetable.currentOffset, livetable.limit);");

        lt.waitUntilReady();
        return lt;
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.