|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
javax.faces.model.DataModel
org.apache.myfaces.trinidad.model.CollectionModel
oracle.adf.view.rich.component.UIXInputPopup.ComboCollectionModel
public static class UIXInputPopup.ComboCollectionModel
The collection model implementation used for the table in the dropdown dialog. The implementation will merge the recentItems and items by executin the EL expressions at runtime.
| 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 |
| Field Summary |
|---|
| Fields inherited from class org.apache.myfaces.trinidad.model.CollectionModel |
|---|
UNKNOWN_ROW_LIMIT, UNLIMITED_ROW |
| Constructor Summary | |
|---|---|
UIXInputPopup.ComboCollectionModel(javax.el.ValueExpression lovModelVE, boolean isScreenReaderMode, String clientId)Constructor with parameters isScreenReaderMode and lov model value expression |
|
| Method Summary | |
|---|---|
int |
getRowCount() |
Object |
getRowData() |
int |
getRowIndex() |
Object |
getRowKey()Uses the rowIndex as the rowKey |
Object |
getWrappedData() |
boolean |
isRowAvailable() |
void |
setRowIndex(int i) |
void |
setRowKey(Object rowKey)sets the rowIndex based on the rowKey |
void |
setWrappedData(Object object) |
| Methods inherited from class org.apache.myfaces.trinidad.model.CollectionModel |
|---|
addRowKeyChangeListener, areRowsAvailable, areRowsAvailable, areRowsAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, clearCachedRow, clearCachedRow, clearCachedRows, clearCachedRows, clearLocalCache, ensureRowsAvailable, fireRowKeyChange, getCachingStrategy, getEstimatedRowCount, getEstimatedRowCountConfidence, getRowData, getRowData, getRowLimit, getSortCriteria, isRowAvailable, isRowAvailable, isRowLocallyAvailable, isRowLocallyAvailable, isSortable, removeRowKeyChangeListener, setSortCriteria |
| Methods inherited from class javax.faces.model.DataModel |
|---|
addDataModelListener, getDataModelListeners, iterator, removeDataModelListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIXInputPopup.ComboCollectionModel(javax.el.ValueExpression lovModelVE,
boolean isScreenReaderMode,
String clientId)
lovModelVE -isScreenReaderMode -clientId -| Method Detail |
|---|
public Object getRowKey()
getRowKey in interface org.apache.myfaces.trinidad.model.RowKeyIndexgetRowKey in class org.apache.myfaces.trinidad.model.CollectionModelpublic void setRowKey(Object rowKey)
setRowKey in interface org.apache.myfaces.trinidad.model.RowKeyIndexsetRowKey in class org.apache.myfaces.trinidad.model.CollectionModelrowKey -public 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 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 i)
setRowIndex in interface org.apache.myfaces.trinidad.model.RowKeyIndexsetRowIndex in class javax.faces.model.DataModelpublic Object getWrappedData()
getWrappedData in class javax.faces.model.DataModelpublic void setWrappedData(Object object)
setWrappedData in class javax.faces.model.DataModel
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.