Examples of DraggableSnap


Examples of org.odlabs.wiquery.ui.draggable.DraggableSnap

    //  if browser is not IE allow dragging columns headers.
    DraggableBehavior draggableBehavior = new DraggableBehavior();
    draggableBehavior.setRevert(new DraggableRevert(RevertEnum.INVALID));
    draggableBehavior.setContainment(new DraggableContainment("'#"+getTable().getMarkupId() +"_tTH'"));   
    draggableBehavior.setZIndex(100);
    draggableBehavior.setSnap(new DraggableSnap(true))
    add(draggableBehavior);
    DroppableAjaxBehavior<DraggableTitle<E>> droppableAjaxBehavior = new DroppableAjaxBehavior<DraggableTitle<E>>() {
     
      private static final long serialVersionUID = 1L;
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.