com.allen_sauer.gwt.dnd.client.util
Interface DragClientBundle.DragCssResource

All Superinterfaces:
com.google.gwt.resources.client.CssResource, com.google.gwt.resources.client.ResourcePrototype
Enclosing interface:
DragClientBundle

public static interface DragClientBundle.DragCssResource
extends com.google.gwt.resources.client.CssResource


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
com.google.gwt.resources.client.CssResource.ClassName, com.google.gwt.resources.client.CssResource.Import, com.google.gwt.resources.client.CssResource.ImportedWithPrefix, com.google.gwt.resources.client.CssResource.NotStrict, com.google.gwt.resources.client.CssResource.Shared, com.google.gwt.resources.client.CssResource.Strict
 
Method Summary
 java.lang.String boundary()
           
 java.lang.String draggable()
           
 java.lang.String dragging()
           
 java.lang.String dropTarget()
          CSS style name applied to drop targets.
 java.lang.String dropTargetEngage()
          CSS style name which is applied to drop targets which are being actively engaged by the current drag operation.
 java.lang.String flowPanelPositioner()
           
 java.lang.String handle()
           
 java.lang.String movablePanel()
          CSS style name applied to movable panels.
 java.lang.String positioner()
           
 java.lang.String proxy()
          CSS style name applied to drag proxies.
 java.lang.String selected()
           
 
Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
 
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
 

Method Detail

boundary

@CssResource.ClassName(value="dragdrop-boundary")
java.lang.String boundary()

draggable

@CssResource.ClassName(value="dragdrop-draggable")
java.lang.String draggable()

dragging

@CssResource.ClassName(value="dragdrop-dragging")
java.lang.String dragging()

dropTarget

@CssResource.ClassName(value="dragdrop-dropTarget")
java.lang.String dropTarget()
CSS style name applied to drop targets.


dropTargetEngage

@CssResource.ClassName(value="dragdrop-dropTarget-engage")
java.lang.String dropTargetEngage()
CSS style name which is applied to drop targets which are being actively engaged by the current drag operation.


flowPanelPositioner

@CssResource.ClassName(value="dragdrop-flow-panel-positioner")
java.lang.String flowPanelPositioner()

handle

@CssResource.ClassName(value="dragdrop-handle")
java.lang.String handle()

movablePanel

@CssResource.ClassName(value="dragdrop-movable-panel")
java.lang.String movablePanel()
CSS style name applied to movable panels.


positioner

@CssResource.ClassName(value="dragdrop-positioner")
java.lang.String positioner()

proxy

@CssResource.ClassName(value="dragdrop-proxy")
java.lang.String proxy()
CSS style name applied to drag proxies.


selected

@CssResource.ClassName(value="dragdrop-selected")
java.lang.String selected()


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