Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


Uses of Class
oracle.adf.view.rich.dnd.DnDAction

Packages that use DnDAction
oracle.adf.view.rich.component.rich.data   
oracle.adf.view.rich.dnd   
oracle.adf.view.rich.event   
oracle.adf.view.rich.render   

 

Uses of DnDAction in oracle.adf.view.rich.component.rich.data

 

Methods in oracle.adf.view.rich.component.rich.data with parameters of type DnDAction
 DragSource RichTable.createDragSource(java.lang.String name, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           
 DragSource RichTreeTable.createDragSource(java.lang.String name, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           
 DragSource RichTree.createDragSource(java.lang.String name, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           
 DragSource RichListView.createDragSource(java.lang.String name, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           
 java.lang.CharSequence RichTable.createDragSourceBehavior(java.lang.String name, DragSource dragSource, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           
 java.lang.CharSequence RichTreeTable.createDragSourceBehavior(java.lang.String name, DragSource dragSource, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           
 java.lang.CharSequence RichTree.createDragSourceBehavior(java.lang.String name, DragSource dragSource, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           
 java.lang.CharSequence RichListView.createDragSourceBehavior(java.lang.String name, DragSource dragSource, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           

 

Method parameters in oracle.adf.view.rich.component.rich.data with type arguments of type DnDAction
 DragSource RichTable.createDragSource(java.lang.String name, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           
 DragSource RichTreeTable.createDragSource(java.lang.String name, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           
 DragSource RichTree.createDragSource(java.lang.String name, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           
 DragSource RichListView.createDragSource(java.lang.String name, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           
 java.lang.CharSequence RichTable.createDragSourceBehavior(java.lang.String name, DragSource dragSource, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           
 java.lang.CharSequence RichTreeTable.createDragSourceBehavior(java.lang.String name, DragSource dragSource, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           
 java.lang.CharSequence RichTree.createDragSourceBehavior(java.lang.String name, DragSource dragSource, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           
 java.lang.CharSequence RichListView.createDragSourceBehavior(java.lang.String name, DragSource dragSource, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
           

 

Uses of DnDAction in oracle.adf.view.rich.dnd

 

Fields in oracle.adf.view.rich.dnd with type parameters of type DnDAction
static java.util.Set<DnDAction> DnDAction.COPY_ONLY
           
static java.util.Set<DnDAction> DnDAction.COPY_OR_LINK
           
static java.util.Set<DnDAction> DnDAction.COPY_OR_MOVE
           
static java.util.Set<DnDAction> DnDAction.COPY_OR_MOVE_OR_LINK
           
static java.util.Set<DnDAction> DnDAction.LINK_ONLY
           
static java.util.Set<DnDAction> DnDAction.MOVE_ONLY
           
static java.util.Set<DnDAction> DnDAction.MOVE_OR_LINK
           

 

Methods in oracle.adf.view.rich.dnd that return DnDAction
static DnDAction DnDAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DnDAction[] DnDAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.adf.view.rich.dnd that return types with arguments of type DnDAction
 java.util.Set<DnDAction> DragSource.getAllowedActions()
          Returns the drag and drop actions supported by this drag source.

 

Methods in oracle.adf.view.rich.dnd with parameters of type DnDAction
 DragSource DragSourceFactory.createDragSource(java.lang.String name, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
          Returns the server DragSource, or null if no DragSource should be attached.
 java.lang.CharSequence DragSourceFactory.createDragSourceBehavior(java.lang.String name, DragSource dragSource, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
          Returns the client DragSource initializer.
 void DragSource.dragDropEnd(DropEvent event, DnDAction action)
          Called at the end of a drag and drop operation to inform the dragSource of the choice so that it can clean up.

 

Method parameters in oracle.adf.view.rich.dnd with type arguments of type DnDAction
 DragSource DragSourceFactory.createDragSource(java.lang.String name, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
          Returns the server DragSource, or null if no DragSource should be attached.
 java.lang.CharSequence DragSourceFactory.createDragSourceBehavior(java.lang.String name, DragSource dragSource, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
          Returns the client DragSource initializer.

 

Constructor parameters in oracle.adf.view.rich.dnd with type arguments of type DnDAction
DragSource(java.util.Set<DnDAction> allowedActions)
          Constructs a DragSource

 

Uses of DnDAction in oracle.adf.view.rich.event

 

Methods in oracle.adf.view.rich.event that return DnDAction
abstract  DnDAction DropEvent.getDropAction()
          The DnDAction that the drop target actually performed.
abstract  DnDAction DropEvent.getProposedAction()
          The DnDAction that the user requests the drop target perform as part of the drop

 

Uses of DnDAction in oracle.adf.view.rich.render

 

Methods in oracle.adf.view.rich.render with parameters of type DnDAction
 DragSource RichRenderer.createDefaultDragSource(javax.faces.component.UIComponent component, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
          Renderer implementations should override this method to return the DragSource instance specific to the component (for e.g., when it overrides the DefaultDragSourceFactory interface)
 java.lang.String RichRenderer.createDefaultDragSourceBehavior(javax.faces.component.UIComponent component, DragSource dragSource, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
          Returns the JS clientDragSource initializer.

 

Method parameters in oracle.adf.view.rich.render with type arguments of type DnDAction
 DragSource RichRenderer.createDefaultDragSource(javax.faces.component.UIComponent component, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
          Renderer implementations should override this method to return the DragSource instance specific to the component (for e.g., when it overrides the DefaultDragSourceFactory interface)
 java.lang.String RichRenderer.createDefaultDragSourceBehavior(javax.faces.component.UIComponent component, DragSource dragSource, java.util.Set<DnDAction> allowedActions, DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties)
          Returns the JS clientDragSource initializer.

 


Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.