info.magnolia.templating.editor.client.widget.dnd
Class LegacyDragAndDrop

java.lang.Object
  extended by info.magnolia.templating.editor.client.widget.dnd.LegacyDragAndDrop

public class LegacyDragAndDrop
extends Object

DragAndDropLegacy. GWT port of legacy /magnolia-module-admininterface/src/main/resources/mgnl-resources/admin-js/inline.js


Field Summary
static ComponentBar sourceBar
           
 
Constructor Summary
LegacyDragAndDrop()
           
 
Method Summary
static boolean isMoving()
           
static void moveComponentEnd(ComponentBar bar)
           
static void moveComponentOut(ComponentBar bar)
           
static void moveComponentOver(ComponentBar bar)
           
static void moveComponentReset()
           
static void moveComponentStart(ComponentBar bar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceBar

public static ComponentBar sourceBar
Constructor Detail

LegacyDragAndDrop

public LegacyDragAndDrop()
Method Detail

moveComponentStart

public static void moveComponentStart(ComponentBar bar)

moveComponentOver

public static void moveComponentOver(ComponentBar bar)

moveComponentOut

public static void moveComponentOut(ComponentBar bar)

moveComponentEnd

public static void moveComponentEnd(ComponentBar bar)

moveComponentReset

public static void moveComponentReset()

isMoving

public static boolean isMoving()


Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.