inetsoft.report.lens
Class SetTableLens.Row
java.lang.Object
inetsoft.report.lens.SetTableLens.Row
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SetTableLens
protected static final class SetTableLens.Row
- extends Object
- implements Serializable
Row locates a row in a table.
- See Also:
- Serialized Form
SetTableLens.Row
public SetTableLens.Row(int table,
int row)
isLeft
public boolean isLeft()
isRight
public boolean isRight()
getTable
public int getTable()
getRow
public int getRow()
toString
public String toString()
- Overrides:
toString in class Object