|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectag.ion.bion.officelayer.internal.text.table.TextTableCellReference
public class TextTableCellReference
Reference to a text table cell or a range of text table cells.
Constructor Summary | |
---|---|
TextTableCellReference(java.lang.String cellReferenceExpression)
Constructs new TextTableCellReference. |
Method Summary | |
---|---|
boolean |
containsCell(int columnIndex,
int rowIndex)
Returns information whether this text table cell reference contains a cell with the submitted column and row index. |
boolean |
containsCell(java.lang.String cellName)
Returns information whether this text table cell reference contains a cell with the submitted name. |
boolean |
containsColumn(int columnIndex)
Returns information whether this text table cell reference contains the submitted column index |
boolean |
containsColumn(java.lang.String cellName)
Returns information whether this text table cell reference contains the column of the submitted text table cell name. |
boolean |
containsColumnAfter(int columnIndex)
Returns information whether this text table cell reference contains a column after the submitted column index. |
boolean |
containsColumnAfter(java.lang.String cellName)
Returns information whether this text table cell reference contains a column after the submitted column of the text table cell name. |
boolean |
containsRow(int rowIndex)
Returns information whether this text table cell reference contains a row with the submtted index. |
boolean |
containsRow(java.lang.String cellName)
Returns information whether this text table cell reference contains the row of the submitted text table cell name. |
boolean |
containsRowAfter(int rowIndex)
Returns information whether this text table cell reference contains a row after the submitted row index. |
boolean |
containsRowAfter(java.lang.String cellName)
Returns information whether this text table cell reference contains a row after the row index of the submitted text table cell name. |
void |
extendColumnRange(int count)
Extends text table cell reference range. |
void |
extendColumnRangeTo(int endColumnIndex)
Extends text table cell range reference to submitted end column index. |
void |
extendRowRange(int count)
Extends text table cell reference range. |
void |
extendRowRangeTo(int rowIndexTo)
Extends text table cell reference range. |
int |
getEndColumnIndex()
Returns end column index. |
int |
getEndRowIndex()
Returns start row index. |
java.lang.String |
getStartColumnCharacter()
Returns start column character. |
int |
getStartColumnIndex()
Returns start column index. |
int |
getStartRowIndex()
Returns start row index. |
java.lang.String |
getTableName()
Returns name of the table to which the text table cell reference is bounded. |
boolean |
isModified()
Returns information whether this text table cell reference was modified after the last toString() call. |
boolean |
isRangeReference()
Returns information whether the text table cell reference is a range reference. |
void |
moveColumnIndex(int count)
Moves column index. |
void |
moveRowIndex(int count)
Moves row index. |
void |
setTableName(java.lang.String tableName)
Bounds text table cell reference to the table with the submitted name. |
void |
toColumnRange(int startColumnIndex,
int endColumnIndex)
Extends text table cell reference to text table cell range reference on the basis of the submitted index informations. |
java.lang.String |
toString()
Returns cell reference expression and resets the modified status. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TextTableCellReference(java.lang.String cellReferenceExpression) throws java.lang.IllegalArgumentException
cellReferenceExpression
- text table cell reference expression
java.lang.IllegalArgumentException
- if the submitted reference expression is not validMethod Detail |
---|
public boolean isRangeReference()
public java.lang.String getTableName()
public boolean containsCell(java.lang.String cellName)
cellName
- name of a text table cell
public boolean containsCell(int columnIndex, int rowIndex)
columnIndex
- column index of the text table cellrowIndex
- row index of the text table cell
public boolean containsColumn(java.lang.String cellName)
cellName
- name of a text table cell
public boolean containsColumn(int columnIndex)
columnIndex
- index of a text table column
public boolean containsRow(java.lang.String cellName)
cellName
- name of a text table cell
public boolean containsRow(int rowIndex)
rowIndex
- index of a row
public boolean containsColumnAfter(java.lang.String cellName)
cellName
- name of a text table cell
public boolean containsColumnAfter(int columnIndex)
columnIndex
- index of column
public boolean containsRowAfter(java.lang.String cellName)
cellName
- name of a text table cell
public boolean containsRowAfter(int rowIndex)
rowIndex
- index of a row
public int getStartColumnIndex()
public java.lang.String getStartColumnCharacter()
public int getEndColumnIndex()
public int getStartRowIndex()
public int getEndRowIndex()
public void setTableName(java.lang.String tableName)
tableName
- name of a table to be usedpublic void moveColumnIndex(int count) throws TextException
count
- difference to be moved
TextException
- if the column index can not be movedpublic void moveRowIndex(int count) throws TextException
count
- difference to be moved
TextException
- if the row index can not be movedpublic void toColumnRange(int startColumnIndex, int endColumnIndex) throws TextException
startColumnIndex
- start column index to be usedendColumnIndex
- end column index to be used
TextException
- if the text table cell reference can not be extendedpublic void extendColumnRangeTo(int endColumnIndex) throws TextException
endColumnIndex
- end column index to be used
TextException
- if the column range can not be extendedpublic void extendColumnRange(int count) throws TextException
count
- column count to be used
TextException
- if the column range can not be extendedpublic void extendRowRangeTo(int rowIndexTo) throws TextException
rowIndexTo
- row index where the range has to end
TextException
- if the row range can not be extendedpublic void extendRowRange(int count) throws TextException
count
- row count to be used
TextException
- if the row range can not be extendedpublic boolean isModified()
public java.lang.String toString()
toString
in class java.lang.Object
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |