|
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.extended.ETextTableColumn
public class ETextTableColumn
Implementation for extended table columns.
Constructor Summary | |
---|---|
ETextTableColumn(ETextTable textTable)
Constructs a new extended text table column. |
Method Summary | |
---|---|
void |
addTextTableColum(ITextTableColumn textTableColumn)
Addes a text table column. |
IETextTableCellRange |
getCellRange()
Returns the text table cell range. |
short |
getWidth()
Returns column width. |
void |
setWidth(short width)
Sets column width. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ETextTableColumn(ETextTable textTable)
textTable
- the text tableMethod Detail |
---|
public void addTextTableColum(ITextTableColumn textTableColumn)
addTextTableColum
in interface IETextTableColumn
textTableColumn
- the text table columnspublic void setWidth(short width) throws TextException
setWidth
in interface IETextTableColumn
width
- desired width of the column
TextException
- if the cell is not availablepublic short getWidth() throws TextException
getWidth
in interface IETextTableColumn
TextException
- if the cell is not availablepublic IETextTableCellRange getCellRange() throws java.lang.Exception
getCellRange
in interface IETextTableColumn
java.lang.Exception
- if any error occurs
|
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 |