|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.SubLinkInfo
public class SubLinkInfo
| Constructor Summary | |
|---|---|
SubLinkInfo(java.lang.String mainColumn,
java.lang.String subColumn,
java.lang.String operator)
Constructs a sublink information object of a subreport. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubLinkInfo(java.lang.String mainColumn,
java.lang.String subColumn,
java.lang.String operator)
mainColumn - Mapping name of the column used in the primary report.subColumn - Mapping name of the column used in the subreport.operator - Specifies the operator to be the condition for setting up links between the primary report and the subreport.
It is one of the operators in the following list:
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||