|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectViewPart
ch.elexis.konsview.KonsDetailView
public class KonsDetailView
Behandlungseintrag, Diagnosen und Verrechnung Dg und Verrechnung können wie Drag&Drop aus den entsprechenden Listen.Views auf die Felder gezogen werden.
Field Summary | |
---|---|
static java.lang.String |
CFG_VERTRELATION
|
static java.lang.String |
ID
|
Constructor Summary | |
---|---|
KonsDetailView()
|
Method Summary | |
---|---|
void |
activation(boolean mode)
|
void |
adaptMenus()
|
void |
addToVerechnung(Artikel artikel)
|
void |
createPartControl(Composite p)
The Framework calls this method as the View is created. |
void |
dispose()
|
void |
documentAboutToBeChanged(DocumentEvent event)
|
void |
documentChanged(DocumentEvent event)
|
void |
doSave(IProgressMonitor monitor)
|
void |
doSaveAs()
|
void |
init(IViewSite site,
IMemento memento)
This is called by the framework before createPartControl. |
boolean |
isDirty()
|
boolean |
isSaveAsAllowed()
|
boolean |
isSaveOnCloseNeeded()
|
java.lang.String |
load(java.lang.Object param)
Load the dependent data from the backing store |
int |
promptToSaveOnClose()
|
void |
saveState(IMemento memento)
The framework calls this method as the view closes. |
void |
setFocus()
|
void |
store(java.lang.String data,
java.lang.Object param)
IPersistenceProvider |
void |
visible(boolean mode)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ID
public static final java.lang.String CFG_VERTRELATION
Constructor Detail |
---|
public KonsDetailView()
Method Detail |
---|
public void init(IViewSite site, IMemento memento) throws PartInitException
PartInitException
public void saveState(IMemento memento)
public void createPartControl(Composite p)
public void dispose()
public void setFocus()
public void activation(boolean mode)
activation
in interface GlobalEventDispatcher.IActivationListener
public void visible(boolean mode)
visible
in interface GlobalEventDispatcher.IActivationListener
public void adaptMenus()
public int promptToSaveOnClose()
public void doSave(IProgressMonitor monitor)
public void doSaveAs()
public boolean isDirty()
public boolean isSaveAsAllowed()
public boolean isSaveOnCloseNeeded()
public void addToVerechnung(Artikel artikel)
public void documentAboutToBeChanged(DocumentEvent event)
public void documentChanged(DocumentEvent event)
public void store(java.lang.String data, java.lang.Object param) throws PersistenceException
store
in interface IPersistenceProvider
data
- the data to store. The IPersistenceProvider must be able to reconstruct the data from the String retrieved by load()param
- a implememntation dependent parameter. Can be null or any arbitrary object
PersistenceException
- if the data could not be stored correctlypublic java.lang.String load(java.lang.Object param) throws PersistenceException
IPersistenceProvider
load
in interface IPersistenceProvider
param
- an implementation depoendent parameter. Can be null or any arbitrary Object
PersistenceException
- if the data coulkd not be read correctly
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |