|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.rebean.wi.CreateDefaultTablesParameters
public class CreateDefaultTablesParameters
Warning: This class is no longer functional from the SAP BusinessObjects 4.0 release onwards.
TheCreateDefaultTablesParameters interface allows to custom the behaviour of the createDefaultTables method (ReportBody.createDefaultTables(DataProvider[], CreateDefaultTablesParameters)).
| Constructor Summary | |
|---|---|
CreateDefaultTablesParameters()
|
|
| Method Summary | |
|---|---|
boolean |
getApplyQuerySorts()
Checks if the QuerySorts are applied. |
boolean |
getDuplicateRowAggregation()
Checks if duplicate rows will be shown in the block. |
void |
setApplyQuerySorts(boolean apply)
Defines if QuerySorts are applied on the BlockAxis. |
void |
setDuplicateRowAggregation(boolean b)
Sets whether duplicate rows will be displayed in the block. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateDefaultTablesParameters()
| Method Detail |
|---|
public void setApplyQuerySorts(boolean apply)
QuerySorts are applied on the BlockAxis.
When true, the SDK will apply QuerySorts to the blocks that are defined in the data provider collection.
apply - if true, add sort on the BlockAxis.public boolean getApplyQuerySorts()
QuerySorts are applied.
true, when QuerySorts are applied, false
otherwise. Default value is false.public boolean getDuplicateRowAggregation()
false when duplicate rows will be shown in the
block. Default value is true.public void setDuplicateRowAggregation(boolean b)
b - set to false for duplicate rows to be shown in
the blockCreateDefaultTablesParameters.getDuplicateRowAggregation(),
ReportBlock.getDuplicateRowAggregation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||