Package com.google.code.jqwicket.ui.selectable

Examples of com.google.code.jqwicket.ui.selectable.SelectableBehavior


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


     *
     * @param options
     * @return
     */
    public static final SelectableBehavior selectable(SelectableOptions options) {
        return new SelectableBehavior(options);
    }
View Full Code Here

TOP

Related Classes of com.google.code.jqwicket.ui.selectable.SelectableBehavior

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.