|
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.clone.AbstractCloneService
ag.ion.bion.officelayer.internal.text.table.TextTableCellCloneService
public class TextTableCellCloneService
Clone service for table cells.
Constructor Summary | |
---|---|
TextTableCellCloneService(ITextTableCell cell)
Constructor of the TextTableCellCloneService this does nothing mmore tha |
Method Summary | |
---|---|
IClonedObject |
cloneAfterThisPosition(IDestinationPosition position,
boolean adoptContent,
PropertyKeysContainer propertyKeysContainer)
Clones the chosen object after the given position and then returns a reference. |
IClonedObject |
cloneAfterThisPosition(IDestinationPosition position,
PropertyKeysContainer propertyKeysContainer)
Clones the chosen object to the given position and then returns a reference Between the given position and the newly created object there will be a paragraph to add some space betwwen them. |
void |
cloneAfterThisPositionNoReturn(IDestinationPosition position,
boolean adoptContent,
PropertyKeysContainer propertyKeysContainer)
Clones the chosen object after the given position. |
void |
cloneAfterThisPositionNoReturn(IDestinationPosition position,
PropertyKeysContainer propertyKeysContainer)
Clones the chosen object to the given position. |
IClonedObject |
cloneToPosition(IDestinationPosition position,
boolean adoptContent,
PropertyKeysContainer propertyKeysContainer)
Clones the chosen cell to the given position and then returns a reference This method also enables to adopts the content of the cell (the default is to adopt, otherwise the paramter has to be set to false) |
IClonedObject |
cloneToPosition(IDestinationPosition position,
PropertyKeysContainer propertyKeysContainer)
Clones the cell to the specified position, the boolean value indicates if the value is set to true, the cell is appended to the specified position otherwise it is set before the position. |
void |
cloneToPositionNoReturn(IDestinationPosition position,
boolean adoptContent,
PropertyKeysContainer propertyKeysContainer)
Clones the chosen object to the given position. |
void |
cloneToPositionNoReturn(IDestinationPosition position,
PropertyKeysContainer propertyKeysContainer)
Clones the chosen object to the given position. |
java.lang.String |
getCellFormula()
Returns the formula placed in the store of this cell (if there is actually any). |
java.lang.String |
getCellValue()
Returns the stored value of the cell. |
void |
setCellFormula(java.lang.String cellFormula)
Sets a new formula for this cell in the store. |
void |
setCellValue(java.lang.String cellValue)
Sets a new value for the cell in the store. |
Methods inherited from class ag.ion.bion.officelayer.internal.clone.AbstractCloneService |
---|
cloneAfterThisPositions, cloneAfterThisPositions, cloneToPositions, cloneToPositions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextTableCellCloneService(ITextTableCell cell) throws CloneException
cell
- the cell from which to build a clone service
CloneException
- if anything failsMethod Detail |
---|
public IClonedObject cloneToPosition(IDestinationPosition position, PropertyKeysContainer propertyKeysContainer) throws CloneException
propertyKeysContainer
- container for property keys used for cloning style, my be nullposition
- the positions the object is to be cloned to
CloneException
- if the object could not be cloned.public void cloneToPositionNoReturn(IDestinationPosition position, PropertyKeysContainer propertyKeysContainer) throws CloneException
position
- the positions the object is to be cloned topropertyKeysContainer
- container for property keys used for cloning style, my be null
CloneException
- if the object could not be cloned.public IClonedObject cloneToPosition(IDestinationPosition position, boolean adoptContent, PropertyKeysContainer propertyKeysContainer) throws CloneException
adoptContent
- indicated if the content of the object should be adopted (this includes formulas)propertyKeysContainer
- container for property keys used for cloning style, my be nullposition
- the positions the object is to be cloned to
CloneException
- if the object could not be cloned.public void cloneToPositionNoReturn(IDestinationPosition position, boolean adoptContent, PropertyKeysContainer propertyKeysContainer) throws CloneException
position
- the positions the object is to be cloned toadoptContent
- indicated if the content of the object should be adoptedpropertyKeysContainer
- container for property keys used for cloning style, my be null
CloneException
- if the object could not be cloned.public java.lang.String getCellValue()
public void setCellValue(java.lang.String cellValue)
cellValue
- the value to be setpublic java.lang.String getCellFormula()
public void setCellFormula(java.lang.String cellFormula)
cellFormula
- the new formula to be set.public IClonedObject cloneAfterThisPosition(IDestinationPosition position, PropertyKeysContainer propertyKeysContainer) throws CloneException
position
- the destination position of the cloningpropertyKeysContainer
- container for property keys used for cloning style, my be null
CloneException
- if the object could not be cloned.public void cloneAfterThisPositionNoReturn(IDestinationPosition position, PropertyKeysContainer propertyKeysContainer) throws CloneException
position
- the position the object is to be cloned afterpropertyKeysContainer
- container for property keys used for cloning style, my be null
CloneException
- if the object could not be cloned.public IClonedObject cloneAfterThisPosition(IDestinationPosition position, boolean adoptContent, PropertyKeysContainer propertyKeysContainer) throws CloneException
position
- the destination position of the cloningadoptContent
- indicated if the content of the object should be adoptedpropertyKeysContainer
- container for property keys used for cloning style, my be null
CloneException
- if the object could not be cloned.public void cloneAfterThisPositionNoReturn(IDestinationPosition position, boolean adoptContent, PropertyKeysContainer propertyKeysContainer) throws CloneException
position
- the position the object is to be cloned afteradoptContent
- indicated if the content of the object should be adoptedpropertyKeysContainer
- container for property keys used for cloning style, my be null
CloneException
- if the object could not be cloned.
|
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 |