public abstract class RefEvalBase extends java.lang.Object implements RefEval
RefEval
Modifier | Constructor and Description |
---|---|
protected |
RefEvalBase(int rowIndex,
int columnIndex,
boolean rowRel,
boolean colRel) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
returns the zero based column index.
|
int |
getRow()
returns the zero based row index.
|
boolean |
isColRelative() |
boolean |
isRowRelative() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInnerValueEval, isHidden, offset
protected RefEvalBase(int rowIndex, int columnIndex, boolean rowRel, boolean colRel)
public final int getRow()
RefEval
public final int getColumn()
RefEval
public final boolean isRowRelative()
public final boolean isColRelative()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.