public class HomeOrgStatisticColumnDescriptorProvider extends java.lang.Object implements ColumnDescriptorProvider
Initial Date: 05.04.2011
| 构造器和说明 |
|---|
HomeOrgStatisticColumnDescriptorProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
ColumnDescriptor |
createColumnDescriptor(UserRequest ureq,
int column,
java.lang.String headerId)
Create a ColumnDescriptor for the given column (0 represents the course node, 1 and onward meaning columns number)
|
public ColumnDescriptor createColumnDescriptor(UserRequest ureq, int column, java.lang.String headerId)
ColumnDescriptorProvidercreateColumnDescriptor 在接口中 ColumnDescriptorProviderureq - the userrequest - used to get the Locale fromcolumn - the column - 0 represents the course node, 1 and onward is the column numberheaderId - more information about the column if contained in the StatisticResult - some implementors of IStatisticManager might choose to use this information,
some might not.