|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zss.engine.impl.AbstractRefImpl
org.zkoss.zss.engine.impl.VarRefImpl
public class VarRefImpl
Variable Reference
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
getBottomRow()
Return the row index of the right bottom corner. |
int |
getColumnCount()
Returns the number of columns in this reference. |
int |
getLeftCol()
Return the column index of the left top corner. |
int |
getRightCol()
Return the column index of the right bottom corner. |
int |
getRowCount()
Returns the number of rows in this reference. |
int |
getTopRow()
Return the row index of the left top corner. |
int |
hashCode()
|
boolean |
isWholeColumn()
Returns whether this reference cover the whole column. |
boolean |
isWholeRow()
Returns whether this reference cover the whole row. |
boolean |
isWholeSheet()
Returns whether this reference cover the whole sheet. |
protected void |
removeSelf()
|
void |
setBottomRow(int row)
Sets the row index of the right bottom corner. |
void |
setLeftCol(int col)
Sets the column index of the left top corner. |
void |
setRightCol(int col)
Sets the column index of the right bottom corner. |
void |
setTopRow(int row)
Sets the row index of the left top corner. |
| Methods inherited from class org.zkoss.zss.engine.impl.AbstractRefImpl |
|---|
getDependents, getOwnerSheet, getPrecedents, isWithIndirectPrecedent, removeAllPrecedents, setWithIndirectPrecedent |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.zkoss.zss.engine.Ref |
|---|
getDependents, getOwnerSheet, getPrecedents, isWithIndirectPrecedent, removeAllPrecedents, setWithIndirectPrecedent |
| Method Detail |
|---|
public int getBottomRow()
Ref
getBottomRow in interface Refpublic int getLeftCol()
Ref
getLeftCol in interface Refpublic int getRightCol()
Ref
getRightCol in interface Refpublic int getTopRow()
Ref
getTopRow in interface Refpublic void setBottomRow(int row)
Ref
setBottomRow in interface Refrow - the row index of the right bottom corner.public void setLeftCol(int col)
Ref
setLeftCol in interface Refcol - the column index of the left top corner.public void setRightCol(int col)
Ref
setRightCol in interface Refcol - the column index of the right bottom corner.public void setTopRow(int row)
Ref
setTopRow in interface Refrow - the row index of the left top corner.public boolean isWholeColumn()
Ref
isWholeColumn in interface Refpublic boolean isWholeRow()
Ref
isWholeRow in interface Refpublic boolean isWholeSheet()
Ref
isWholeSheet in interface Refpublic int getColumnCount()
Ref
getColumnCount in interface Refpublic int getRowCount()
Ref
getRowCount in interface Refprotected void removeSelf()
removeSelf in class AbstractRefImplpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||