|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.export.CollectionContentProvider
public abstract class CollectionContentProvider
Abstract base content provider class. Each content provider works with a specific type of collection component, so CollectionExportDirector can uniformly navigates through the collection component to export data.
| Constructor Summary | |
|---|---|
CollectionContentProvider() |
|
| Method Summary | |
|---|---|
abstract java.util.List<javax.faces.component.UIComponent> |
getChildren()Overridable hook for subclasses to provide a list of column children |
abstract org.apache.myfaces.trinidad.component.UIXCollection |
getCollectionComponent()Retrieves the current collection component this CollectionContentProvider is currently coupled with. |
abstract java.lang.String |
getCollectionContentType()The type of the collection component that this CollectionContentProvider supports. |
abstract org.apache.myfaces.trinidad.model.CollectionModel |
getCollectionModel()Retrieves the collection model of the current collection component this CollectionContentProvider is currently coupled with. |
abstract org.apache.myfaces.trinidad.model.RowKeyIndex |
getCollectionObject()Overridable hook for subclasses to provide RowKeyIndex instance to represent model contract with exporter. |
javax.faces.component.UIComponent |
getDetailStamp()Gets the detailStamp component of the collection component coupled with this CollectionContentProvider. |
abstract org.apache.myfaces.trinidad.model.RowKeySet |
getSelectedRowKeySet()Get the selected RowKeySet for the collection. |
abstract void |
setCollectionComponent(org.apache.myfaces.trinidad.component.UIXCollection component)Couple/decouple the CollectionContentProvider instance with a collection component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionContentProvider()
| Method Detail |
|---|
public abstract java.lang.String getCollectionContentType()
public abstract org.apache.myfaces.trinidad.component.UIXCollection getCollectionComponent()
public abstract org.apache.myfaces.trinidad.model.CollectionModel getCollectionModel()
public abstract void setCollectionComponent(org.apache.myfaces.trinidad.component.UIXCollection component)
public abstract org.apache.myfaces.trinidad.model.RowKeyIndex getCollectionObject()
public abstract java.util.List<javax.faces.component.UIComponent> getChildren()
public abstract org.apache.myfaces.trinidad.model.RowKeySet getSelectedRowKeySet()
public javax.faces.component.UIComponent getDetailStamp()
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||