public final class LazyRefEval extends RefEvalBase implements HyperlinkEval
Constructor and Description |
---|
LazyRefEval(int rowIndex,
int columnIndex,
boolean rowRel,
boolean colRel,
SheetRefEvaluator sre) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBookName() |
Hyperlink |
getHyperlink()
Returns the associated hyperlink if this ValueEval is a label of the HYPERLINK function.
|
ValueEval |
getInnerValueEval() |
java.lang.String |
getLastSheetName() |
java.lang.String |
getSheetName() |
boolean |
isHidden()
Returns whether the cell referenced by this RefEval is hidden
|
AreaEval |
offset(int relFirstRowIx,
int relLastRowIx,
int relFirstColIx,
int relLastColIx)
Creates an
AreaEval offset by a relative amount from this RefEval |
void |
setHyperlink(Hyperlink hyperlink)
Sets the associated hyperlink if this ValueEval is a label of the HYPERLINK function.
|
java.lang.String |
toString() |
getColumn, getRow, isColRelative, isRowRelative
public LazyRefEval(int rowIndex, int columnIndex, boolean rowRel, boolean colRel, SheetRefEvaluator sre)
public ValueEval getInnerValueEval()
getInnerValueEval
in interface RefEval
public AreaEval offset(int relFirstRowIx, int relLastRowIx, int relFirstColIx, int relLastColIx)
RefEval
AreaEval
offset by a relative amount from this RefEvalpublic java.lang.String getSheetName()
public java.lang.String getLastSheetName()
public java.lang.String getBookName()
public java.lang.String toString()
toString
in class java.lang.Object
public void setHyperlink(Hyperlink hyperlink)
HyperlinkEval
setHyperlink
in interface HyperlinkEval
hyperlink
- the associated hyperlinkpublic Hyperlink getHyperlink()
HyperlinkEval
getHyperlink
in interface HyperlinkEval
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.