| Package | Description |
|---|---|
| oracle.adf.view.rich.datatransfer |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTransferData<T>
Holder of the data being transferred where the DataFlavor and data are specified.
|
| Modifier and Type | Field and Description |
|---|---|
static Comparator<? extends TransferData<?>> |
TransferData.SUITABILITY_COMPARATOR
Comparator used to compare TransferData isntances based on Suitability
|
| Modifier and Type | Method and Description |
|---|---|
abstract TransferData<T> |
ClientFlavorDecoder.decode(javax.faces.context.FacesContext context, String clientFlavorKind, String clientFlavorDiscriminant, Object data)
Converts the data to the desired TransferData instance, throwsing a ParseException if conversion is not possible.
|
<T> TransferData<T> |
SimpleTransferable.getTransferData(DataFlavor<T> flavor)
Returns any
TransferData for the specified DataFlavor, regardless of suitability rank, or null if this Transferable doesn't contain the Transferable. |
abstract <T> TransferData<T> |
Transferable.getTransferData(DataFlavor<T> flavor)
Returns any
TransferData for the specified DataFlavor, regardless of suitability rank, or null if this Transferable doesn't contain the Transferable. |
| Modifier and Type | Method and Description |
|---|---|
List<TransferData<?>> |
Transferable.getSuitableTransferData(Set<DataFlavor<?>> suitableDataFlavors)
Given a
Set of DataFlavors, returns a List of TransferDatas available in the Transferable in order from highest suitablity to lowest. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTransferable.addTransferData(TransferData<?> transferData)
Adds the specified TransferData and Transfer
|
abstract void |
Transferable.addTransferData(TransferData<?> transferData) |