Package com.google.code.jqwicket.ui.resizable

Examples of com.google.code.jqwicket.ui.resizable.ResizableBehavior


     * Builds new wicket's behavior converting appropriate component to jquery resizable.
     *
     * @return
     */
    public static final ResizableBehavior resizable() {
        return new ResizableBehavior();
    }
View Full Code Here


     *
     * @param options
     * @return
     */
    public static final ResizableBehavior resizable(ResizableOptions options) {
        return new ResizableBehavior(options);
    }
View Full Code Here

TOP

Related Classes of com.google.code.jqwicket.ui.resizable.ResizableBehavior

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.