Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.text.table
Interface ITextTablePropertyStore

All Superinterfaces:
IProperties, IPropertyDescriptionElement, ITextTableProperties
All Known Implementing Classes:
TextTablePropertyStore

public interface ITextTablePropertyStore
extends ITextTableProperties

Propertystore for tablecells.


Field Summary
 
Fields inherited from interface ag.ion.bion.officelayer.text.ITextTableProperties
TYPE_ID
 
Method Summary
 int getColumns()
          Returns a count (the number) of the columns in the table.
 int getRows()
          Get number (count) of rows in the table, "mirrored" by the property store.
 void setCellWidths(int[] width)
          Sets the cell width , this overwrites the currently stored value.
 void setColumns(int number)
          Sets the number of columns of the table.
 void setRows(int number)
          Sets the numbers of rows in the table.
 void setWidth(long width)
          Sets the width of the table, this overwrites the currently stored value.
 
Methods inherited from interface ag.ion.bion.officelayer.text.ITextTableProperties
getCellWidths, getTableColumnSeparators, getWidth, repeatHeadline, setRepeatHeadline, setTableColumnSeparators
 
Methods inherited from interface ag.ion.bion.officelayer.beans.IProperties
copyTo, getTypeID, getXPropertySet
 

Method Detail

setCellWidths

void setCellWidths(int[] width)
Sets the cell width , this overwrites the currently stored value.

Parameters:
width -
Throws:
TextException

setWidth

void setWidth(long width)
Sets the width of the table, this overwrites the currently stored value.

Parameters:
width -
Throws:
TextException

setRows

void setRows(int number)
Sets the numbers of rows in the table.

Parameters:
number -

setColumns

void setColumns(int number)
Sets the number of columns of the table.

Parameters:
number -

getColumns

int getColumns()
Returns a count (the number) of the columns in the table.

Returns:
the count of the columns of the table

getRows

int getRows()
Get number (count) of rows in the table, "mirrored" by the property store.

Returns:
the count of the rows of the table

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013