|
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 |
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 |
---|
java.lang.String getName()
java.lang.String getContent()
void setContent(java.lang.String content) throws TextException
content
- content to be used
TextException
- if the new content can not be setITextField[] getTextFields() throws TextException
TextException
- if the textfields can not be fetchedITextField constructNewTextField() throws NOAException
NOAException
- if the new textfield can not be constructedvoid remove()
|
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 |