Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)
E17488-04


oracle.adf.view.rich.model
Class TableModel

java.lang.Object
  extended by oracle.adf.view.rich.model.TableModel


public abstract class TableModel
extends java.lang.Object

A Table model describes a model used to create a table dynamically.


Constructor Summary
TableModel()
           

 

Method Summary
abstract  org.apache.myfaces.trinidad.model.CollectionModel getCollectionModel()
          Returns the collection model used to set the data for the table component
abstract  java.util.List<ColumnDescriptor> getColumnDescriptors()
          Returns the list of column descriptors used to create the column component inside the table

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TableModel

public TableModel()

Method Detail

getCollectionModel

public abstract org.apache.myfaces.trinidad.model.CollectionModel getCollectionModel()
Returns the collection model used to set the data for the table component

getColumnDescriptors

public abstract java.util.List<ColumnDescriptor> getColumnDescriptors()
Returns the list of column descriptors used to create the column component inside the table
Returns:
a List<ColumnDescriptor>

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)
E17488-04


Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.