|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DragSource | |
|---|---|
| oracle.adf.view.rich.component.rich.data | |
| oracle.adf.view.rich.dnd | |
| oracle.adf.view.rich.render | |
| Uses of DragSource in oracle.adf.view.rich.component.rich.data |
|---|
| Methods in oracle.adf.view.rich.component.rich.data that return DragSource | |
|---|---|
DragSource |
RichListView.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) |
DragSource |
RichTree.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) |
| Methods in oracle.adf.view.rich.component.rich.data with parameters of type DragSource | |
|---|---|
CharSequence |
RichListView.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) |
CharSequence |
RichTree.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) |
| Uses of DragSource in oracle.adf.view.rich.dnd |
|---|
| Methods in oracle.adf.view.rich.dnd that return DragSource | |
|---|---|
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. |
| Methods in oracle.adf.view.rich.dnd with parameters of type DragSource | |
|---|---|
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. |
| Uses of DragSource in oracle.adf.view.rich.render |
|---|
| Methods in oracle.adf.view.rich.render that return DragSource | |
|---|---|
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) |
DragSource |
RichRenderer.getDragSource(javax.faces.component.UIComponent component)Returns the default DragSource for the provided component. |
| Methods in oracle.adf.view.rich.render with parameters of type DragSource | |
|---|---|
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. |
void |
RichRenderer.setDragSource(DragSource dragSource, javax.faces.component.UIComponent component)Sets the default DragSource for the component in its attributes Map. |
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.