|
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.TextTableFormulaModel
public class TextTableFormulaModel
A (really) simple model of a formula which was placed into a text table.
| Constructor Summary | |
|---|---|
TextTableFormulaModel(TextTableFormulaExpression textTableFormulaExpression)
Constructs new TextTableFormulaModel. |
|
| Method Summary | |
|---|---|
TextTableCellReference[] |
getCellReferences()
Returns text table cell references. |
java.lang.String |
getExpression()
Returns formula expression. |
void |
replaceCellReference(TextTableCellReference textTableCellReference,
TextTableCellReference[] textTableCellReferences)
Replaces a cell reference. |
void |
revertToOriginal()
Reverts the model to the state before replacing cell references. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextTableFormulaModel(TextTableFormulaExpression textTableFormulaExpression)
throws java.lang.IllegalArgumentException
textTableFormulaExpression - formula expression to be used
java.lang.IllegalArgumentException - if the submitted formula expression is not valid| Method Detail |
|---|
public TextTableCellReference[] getCellReferences()
public java.lang.String getExpression()
public void replaceCellReference(TextTableCellReference textTableCellReference,
TextTableCellReference[] textTableCellReferences)
textTableCellReference - the old cell referncetextTableCellReferences - the new cell referencespublic void revertToOriginal()
|
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 | ||||||||