| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.presentation.portlet.widgets.model.TableModel.Column
An instance of this class will be created for each column added to the TableModel.
| Constructor Summary | |
| TableModel.Column(String name,
                                   String dataType)Constructor. | |
| Method Summary | |
|  String | getDataType()Getter for property dataType. | 
|  String | getName()Getter for property name. | 
|  String | toString()Returns diagnostic information. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public TableModel.Column(String name,
                         String dataType)
name - The name of the column.dataType - The data type of the column.| Method Detail | 
public String getName()
public String getDataType()
public String toString()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||