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
Interface ITextFieldMaster

All Known Implementing Classes:
TextFieldMaster

public interface ITextFieldMaster

Master of a textfield of a text document.


Method Summary
 ITextField constructNewTextField()
          Constructs new textfield on the basis of this textfield master.
 java.lang.String getContent()
          Returns content of the master of a textfield.
 java.lang.String getName()
          Returns name of the master of a textfield.
 ITextField[] getTextFields()
          Returns all related textfields of this textfield master.
 void remove()
          Removes the master of a textfield from the document.
 void setContent(java.lang.String content)
          Sets content of the master of a textfield.
 

Method Detail

getName

java.lang.String getName()
Returns name of the master of a textfield. Returns null if a name is not available.

Returns:
name of the master of a textfield or null if a name is not available

getContent

java.lang.String getContent()
Returns content of the master of a textfield. Returns null if a content is not available.

Returns:
content of the master of a textfield or null if a content is not available

setContent

void setContent(java.lang.String content)
                throws TextException
Sets content of the master of a textfield.

Parameters:
content - content to be used
Throws:
TextException - if the new content can not be set

getTextFields

ITextField[] getTextFields()
                           throws TextException
Returns all related textfields of this textfield master.

Returns:
all related textfields of this textfield master
Throws:
TextException - if the textfields can not be fetched

constructNewTextField

ITextField constructNewTextField()
                                 throws NOAException
Constructs new textfield on the basis of this textfield master.

Returns:
new constructed textfield on the basis of this textfield master
Throws:
NOAException - if the new textfield can not be constructed

remove

void remove()
Removes the master of a textfield from the document.


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