Package | Description |
---|---|
oracle.adf.view.rich.component.rich.data | |
oracle.adf.view.rich.dnd | |
oracle.adf.view.rich.event | |
oracle.adf.view.rich.render |
Modifier and Type | Method and Description |
---|---|
DragSource |
RichTree.createDragSource(String name, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
DragSource |
RichListView.createDragSource(String name, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
DragSource |
RichTable.createDragSource(String name, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
DragSource |
RichTreeTable.createDragSource(String name, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
CharSequence |
RichTree.createDragSourceBehavior(String name, DragSource dragSource, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
CharSequence |
RichListView.createDragSourceBehavior(String name, DragSource dragSource, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
CharSequence |
RichTable.createDragSourceBehavior(String name, DragSource dragSource, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
CharSequence |
RichTreeTable.createDragSourceBehavior(String name, DragSource dragSource, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
Modifier and Type | Method and Description |
---|---|
DragSource |
RichTree.createDragSource(String name, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
DragSource |
RichListView.createDragSource(String name, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
DragSource |
RichTable.createDragSource(String name, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
DragSource |
RichTreeTable.createDragSource(String name, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
CharSequence |
RichTree.createDragSourceBehavior(String name, DragSource dragSource, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
CharSequence |
RichListView.createDragSourceBehavior(String name, DragSource dragSource, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
CharSequence |
RichTable.createDragSourceBehavior(String name, DragSource dragSource, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
CharSequence |
RichTreeTable.createDragSourceBehavior(String name, DragSource dragSource, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties) |
Modifier and Type | Field and Description |
---|---|
static Set<DnDAction> |
DnDAction.COPY_ONLY |
static Set<DnDAction> |
DnDAction.COPY_OR_LINK |
static Set<DnDAction> |
DnDAction.COPY_OR_MOVE |
static Set<DnDAction> |
DnDAction.COPY_OR_MOVE_OR_LINK |
static Set<DnDAction> |
DnDAction.LINK_ONLY |
static Set<DnDAction> |
DnDAction.MOVE_ONLY |
static Set<DnDAction> |
DnDAction.MOVE_OR_LINK |
Modifier and Type | Method and Description |
---|---|
static DnDAction |
DnDAction.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
Set<DnDAction> |
DragSource.getAllowedActions()
Returns the drag and drop actions supported by this drag source.
|
Modifier and Type | Method and Description |
---|---|
DragSource |
DragSourceFactory.createDragSource(String name, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties)
Returns the server DragSource, or
null if no DragSource should be attached. |
CharSequence |
DragSourceFactory.createDragSourceBehavior(String name, DragSource dragSource, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<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.
|
Modifier and Type | Method and Description |
---|---|
DragSource |
DragSourceFactory.createDragSource(String name, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties)
Returns the server DragSource, or
null if no DragSource should be attached. |
CharSequence |
DragSourceFactory.createDragSourceBehavior(String name, DragSource dragSource, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties)
Returns the client DragSource initializer.
|
Constructor and Description |
---|
DragSource(Set<DnDAction> allowedActions)
Constructs a DragSource
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
DragSource |
RichRenderer.createDefaultDragSource(javax.faces.component.UIComponent component, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<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)
|
String |
RichRenderer.createDefaultDragSourceBehavior(javax.faces.component.UIComponent component, DragSource dragSource, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties)
Returns the JS clientDragSource initializer.
|
Modifier and Type | Method and Description |
---|---|
DragSource |
RichRenderer.createDefaultDragSource(javax.faces.component.UIComponent component, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<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)
|
String |
RichRenderer.createDefaultDragSourceBehavior(javax.faces.component.UIComponent component, DragSource dragSource, Set<DnDAction> allowedActions, DnDAction defaultAction, String discriminant, javax.el.MethodExpression dragDropEndListener, Map<String,?> properties)
Returns the JS clientDragSource initializer.
|