|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.contrib.table.model.common.AbstractTableColumn
org.apache.tapestry.contrib.table.model.simple.SimpleTableColumn
org.apache.tapestry.contrib.table.model.sql.SqlTableColumn
public class SqlTableColumn
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.tapestry.contrib.table.model.simple.SimpleTableColumn |
|---|
SimpleTableColumn.DefaultTableComparator |
| Field Summary |
|---|
| Fields inherited from class org.apache.tapestry.contrib.table.model.simple.SimpleTableColumn |
|---|
DEFAULT_COLUMN_RENDERER_SOURCE, DEFAULT_VALUE_RENDERER_SOURCE, FORM_COLUMN_RENDERER_SOURCE |
| Fields inherited from class org.apache.tapestry.contrib.table.model.common.AbstractTableColumn |
|---|
COLUMN_RENDERER_BLOCK_SUFFIX, VALUE_RENDERER_BLOCK_SUFFIX |
| Constructor Summary | |
|---|---|
SqlTableColumn(java.lang.String strSqlField,
java.lang.String strDisplayName)
Creates an SqlTableColumn |
|
SqlTableColumn(java.lang.String strSqlField,
java.lang.String strDisplayName,
boolean bSortable)
Creates an SqlTableColumn |
|
| Method Summary | |
|---|---|
java.lang.Object |
getColumnValue(java.lang.Object objRow)
Extracts the value of the column from the row object |
| Methods inherited from class org.apache.tapestry.contrib.table.model.simple.SimpleTableColumn |
|---|
getDisplayName, getEvaluator, loadSettings, setColumnComparator, setDisplayName, setEvaluator |
| Methods inherited from class org.apache.tapestry.contrib.table.model.common.AbstractTableColumn |
|---|
getColumnName, getColumnRenderer, getColumnRendererSource, getComparator, getSortable, getValueRenderer, getValueRendererSource, setColumnName, setColumnRendererSource, setComparator, setSortable, setValueRendererSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SqlTableColumn(java.lang.String strSqlField,
java.lang.String strDisplayName)
strSqlField - the identifying name of the column and the SQL field it refers tostrDisplayName - the display name of the column
public SqlTableColumn(java.lang.String strSqlField,
java.lang.String strDisplayName,
boolean bSortable)
strSqlField - the identifying name of the column and the SQL field it refers tostrDisplayName - the display name of the columnbSortable - whether the column is sortable| Method Detail |
|---|
public java.lang.Object getColumnValue(java.lang.Object objRow)
SimpleTableColumn
getColumnValue in class SimpleTableColumnobjRow - the row object
SimpleTableColumn.getColumnValue(Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||