Package net.mindengine.galen.components.validation

Examples of net.mindengine.galen.components.validation.MockedAbsentPageElement


    protected PageElement invisibleElement(int left, int top, int width, int height) {
        return new MockedInvisiblePageElement(left, top, width, height);
    }
   
    private MockedPageElement absentElement(int left, int top, int width, int height) {
        return new MockedAbsentPageElement(left, top, width, height);
    }
View Full Code Here

TOP

Related Classes of net.mindengine.galen.components.validation.MockedAbsentPageElement

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.