Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-02


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

Packages that use DnDAction
oracle.adf.view.rich.dnd   
oracle.adf.view.rich.event   

 

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.

 

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

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-02


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