|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.2) E22562-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.model.DataModel
org.apache.myfaces.trinidad.model.CollectionModel
oracle.apps.fnd.applcore.attachments.ui.AttachmentsCM
public class AttachmentsCM
A collection model for attachments to allow for the popup to be displayed when the user hovers over the title of the last attachment.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.myfaces.trinidad.model.LocalRowKeyIndex |
|---|
org.apache.myfaces.trinidad.model.LocalRowKeyIndex.Confidence, org.apache.myfaces.trinidad.model.LocalRowKeyIndex.LocalCachingStrategy |
| Constructor Summary | |
|---|---|
AttachmentsCM()
Default Constructor. |
|
| Method Summary | |
|---|---|
int |
getRowCount()
|
java.lang.Object |
getRowData()
Retrieves the attachment at the set RowIndex from the WrappedData. |
int |
getRowIndex()
|
java.lang.Object |
getRowKey()
|
java.lang.Object |
getWrappedData()
|
boolean |
isRowAvailable()
|
void |
setRowIndex(int rowIndex)
|
void |
setRowKey(java.lang.Object newKey)
|
void |
setWrappedData(java.lang.Object data)
Data provided to this method must be a List object. |
| Methods inherited from class org.apache.myfaces.trinidad.model.CollectionModel |
|---|
areRowsLocallyAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, clearCachedRow, clearCachedRow, clearCachedRows, clearCachedRows, clearLocalCache, getCachingStrategy, getEstimatedRowCount, getEstimatedRowCountConfidence, getRowData, getSortCriteria, isRowAvailable, isRowLocallyAvailable, isRowLocallyAvailable, isSortable, setSortCriteria |
| Methods inherited from class javax.faces.model.DataModel |
|---|
addDataModelListener, getDataModelListeners, removeDataModelListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttachmentsCM()
| Method Detail |
|---|
public java.lang.Object getRowKey()
getRowKey in interface org.apache.myfaces.trinidad.model.RowKeyIndexgetRowKey in class org.apache.myfaces.trinidad.model.CollectionModelpublic void setRowKey(java.lang.Object newKey)
setRowKey in interface org.apache.myfaces.trinidad.model.RowKeyIndexsetRowKey in class org.apache.myfaces.trinidad.model.CollectionModelpublic boolean isRowAvailable()
isRowAvailable in interface org.apache.myfaces.trinidad.model.RowKeyIndexisRowAvailable in class javax.faces.model.DataModelpublic int getRowCount()
getRowCount in interface org.apache.myfaces.trinidad.model.RowKeyIndexgetRowCount in class javax.faces.model.DataModelpublic java.lang.Object getRowData()
getRowData in interface org.apache.myfaces.trinidad.model.RowKeyIndexgetRowData in class javax.faces.model.DataModelpublic int getRowIndex()
getRowIndex in interface org.apache.myfaces.trinidad.model.RowKeyIndexgetRowIndex in class javax.faces.model.DataModelpublic void setRowIndex(int rowIndex)
setRowIndex in interface org.apache.myfaces.trinidad.model.RowKeyIndexsetRowIndex in class javax.faces.model.DataModelpublic java.lang.Object getWrappedData()
getWrappedData in class javax.faces.model.DataModelpublic void setWrappedData(java.lang.Object data)
setWrappedData in class javax.faces.model.DataModeldata - the search result to wrap
|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.2) E22562-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||