org.apache.tapestry.contrib.table.components
Class DefaultTableColumnSource

public class DefaultTableColumnSource
implements IAdvancedTableColumnSource
No description provided.
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Constructor Summary
DefaultTableColumnSource()
No description provided.
Method Summary
IAdvancedTableColumn generateTableColumn( String strName, String strDisplayName, boolean bSortable, String strExpression )
No description provided.
void setExpressionEvaluator( ExpressionEvaluator expressionEvaluator )
No description provided.
DefaultTableColumnSource
public DefaultTableColumnSource ( )
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
generateTableColumn
public IAdvancedTableColumn generateTableColumn ( String strName, String strDisplayName, boolean bSortable, String strExpression )
No description provided.
Implements method in IAdvancedTableColumnSource
Parameters
TypeNameDescription
String strName No description provided.
String strDisplayName No description provided.
boolean bSortable No description provided.
String strExpression No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
setExpressionEvaluator
public void setExpressionEvaluator ( ExpressionEvaluator expressionEvaluator )
No description provided.
Since: 4.0
Parameters
TypeNameDescription
ExpressionEvaluator expressionEvaluator No description provided.
Returns void No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.