| Package | Description |
|---|---|
| oracle.adf.view.rich.component.rich.data | |
| oracle.adf.view.rich.dnd | |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
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 |
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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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)
|
DragSource |
RichRenderer.getDragSource(javax.faces.component.UIComponent component)
Returns the default DragSource for the provided component.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|