Style Intelligence v12.0

inetsoft.report.lens
Class CalcTableLens.Adjuster

java.lang.Object
  extended by inetsoft.report.lens.CalcTableLens.Adjuster
Enclosing class:
CalcTableLens

protected abstract static class CalcTableLens.Adjuster
extends Object

Interface for adjusting row/column index.


Constructor Summary
CalcTableLens.Adjuster()
          Create a column adjuster.
CalcTableLens.Adjuster(int row)
          Create a row adjuster.
 
Method Summary
abstract  boolean adjust(inetsoft.report.internal.table.CalcCellAttr attr)
           
 int getRow()
          Get the row index that has changed (inserted/removed).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalcTableLens.Adjuster

public CalcTableLens.Adjuster()
Create a column adjuster.


CalcTableLens.Adjuster

public CalcTableLens.Adjuster(int row)
Create a row adjuster.

Method Detail

getRow

public int getRow()
Get the row index that has changed (inserted/removed).

Returns:
row index or -1 if this adjust is for column.

adjust

public abstract boolean adjust(inetsoft.report.internal.table.CalcCellAttr attr)
Returns:
false to remove the item from the list.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.