|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.lens.SetTableLens
inetsoft.report.lens.UnionTableLens
public class UnionTableLens
Union table lens does the union operation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class inetsoft.report.lens.SetTableLens |
|---|
SetTableLens.Row |
| Field Summary |
|---|
| Fields inherited from interface inetsoft.report.TableLens |
|---|
BREAK_BORDER, NULL |
| Fields inherited from interface inetsoft.uql.XTable |
|---|
EOT |
| Constructor Summary | |
|---|---|
UnionTableLens()
Constructor. |
|
UnionTableLens(TableLens ltable,
TableLens rtable)
Constructor. |
|
| Method Summary | |
|---|---|
protected inetsoft.report.internal.table.MergedTable |
createMergedTable()
Create a merged table. |
protected SetTableLens.Row |
getRow(int row)
Get the associated row object of a row index. |
int |
getRowCount()
Return the number of rows in the table. |
protected inetsoft.report.internal.table.MergedTable.Visitor |
getVisitor()
Get the merged table visitor. |
void |
invalidate()
Invalidate the table filter forcely, and the table filter will perform filtering calculation to validate itself. |
boolean |
isDistinct()
Check if is distinct. |
boolean |
moreRows(int row)
Check if there are more rows. |
void |
setDistinct(boolean distinct)
Set the distinct option. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnionTableLens()
throws Exception
Exception
public UnionTableLens(TableLens ltable,
TableLens rtable)
| Method Detail |
|---|
public void setDistinct(boolean distinct)
distinct - true if distinct, falseotherwise.public boolean isDistinct()
protected SetTableLens.Row getRow(int row)
SetTableLens
getRow in class SetTableLensrow - the specified row index.
public boolean moreRows(int row)
SetTableLens
moreRows in interface XTablemoreRows in class SetTableLensrow - row number. If EOT is passed in, this method should wait
until the table is fully loaded.
public int getRowCount()
SetTableLens
getRowCount in interface XTablegetRowCount in class SetTableLenspublic void invalidate()
SetTableLens
invalidate in interface BinaryTableFilterinvalidate in class SetTableLens
protected inetsoft.report.internal.table.MergedTable createMergedTable()
throws Exception
createMergedTable in class SetTableLensExceptionprotected inetsoft.report.internal.table.MergedTable.Visitor getVisitor()
getVisitor in class SetTableLens
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||