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

ch.elexis.util
Interface LabeledInputField.IContentProvider

Enclosing class:
LabeledInputField

public static interface LabeledInputField.IContentProvider


Method Summary
 void displayContent(PersistentObject po, LabeledInputField.InputData ltf)
          fetch the Content from the defining PersistentObject and display it in ltf
 void reloadContent(PersistentObject po, LabeledInputField.InputData ltf)
          Let the user modify the content and load in in po and ltf
 

Method Detail

displayContent

void displayContent(PersistentObject po,
                    LabeledInputField.InputData ltf)
fetch the Content from the defining PersistentObject and display it in ltf


reloadContent

void reloadContent(PersistentObject po,
                   LabeledInputField.InputData ltf)
Let the user modify the content and load in in po and ltf


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