Package com.gwtplatform.mvp.client.view

Examples of com.gwtplatform.mvp.client.view.CenterPopupPositioner


     * By default the popup will position itself in the center of the window.
     * To use a different positioner use {@link #PopupViewImpl(EventBus, PopupPosition)} instead.
     * @param eventBus The {@link EventBus}.
     */
    public PopupViewImpl(EventBus eventBus) {
        this(eventBus, new CenterPopupPositioner());
    }
View Full Code Here

TOP

Related Classes of com.gwtplatform.mvp.client.view.CenterPopupPositioner

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.