com.sencha.gxt.dnd.core.client
Interface TreeDropTarget.TreeDropTargetResources

All Superinterfaces:
ClientBundle
Enclosing class:
TreeDropTarget<M>

public static interface TreeDropTarget.TreeDropTargetResources
extends ClientBundle

The tree drop target resources.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Method Summary
 ImageResource dropInsert()
          Returns an icon to indicate an insert at the current item.
 ImageResource dropInsertAbove()
          Returns an icon to indicate an insert above the current item.
 ImageResource dropInsertBelow()
          Returns an icon to indicate an insert below the current item.
 

Method Detail

dropInsert

ImageResource dropInsert()
Returns an icon to indicate an insert at the current item.

Returns:
an icon to indicate an insert at the current item

dropInsertAbove

ImageResource dropInsertAbove()
Returns an icon to indicate an insert above the current item.

Returns:
an icon to indicate an insert above the current item

dropInsertBelow

ImageResource dropInsertBelow()
Returns an icon to indicate an insert below the current item.

Returns:
an icon to indicate an insert below the current item


Copyright © 2012. All Rights Reserved.