public static final class TabularFieldRegistry.TabularField
extends java.lang.Object
Constructor and Description |
---|
TabularField(java.lang.String name,
java.lang.String reportId,
java.lang.String selCol,
java.lang.String dispCol)
The constructor used to create the Tabular Field object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayColumnId()
Returns the display column Id
|
java.lang.String |
getFieldName()
Returns the fild name
|
java.lang.String |
getReportId()
Returns the reportID
|
java.lang.String |
getSelectionColumnId()
Returns the selection Column ID
|
public TabularField(java.lang.String name, java.lang.String reportId, java.lang.String selCol, java.lang.String dispCol)
name
- - the name of the tabular fieldreportId
- - the reportIdselCol
- - the selection columndispCol
- - the display columnpublic java.lang.String getFieldName()
public java.lang.String getReportId()
public java.lang.String getSelectionColumnId()
public java.lang.String getDisplayColumnId()