com.allen_sauer.gwt.dnd.client.drop
Class Draggable

java.lang.Object
  extended by com.allen_sauer.gwt.dnd.client.drop.Draggable

public class Draggable
extends java.lang.Object


Field Summary
 int desiredX
           
 int desiredY
           
 int offsetHeight
           
 int offsetWidth
           
 com.google.gwt.user.client.ui.Widget positioner
           
 int relativeX
           
 int relativeY
           
 com.google.gwt.user.client.ui.Widget widget
           
 
Constructor Summary
Draggable(com.google.gwt.user.client.ui.Widget widget)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

desiredX

public int desiredX

desiredY

public int desiredY

relativeX

public int relativeX

relativeY

public int relativeY

offsetHeight

public final int offsetHeight

offsetWidth

public final int offsetWidth

positioner

public com.google.gwt.user.client.ui.Widget positioner

widget

public final com.google.gwt.user.client.ui.Widget widget
Constructor Detail

Draggable

public Draggable(com.google.gwt.user.client.ui.Widget widget)


Copyright © 2011 Sage Software, Inc. All rights reserved.