|
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.ObjectTitleAreaDialog
eaustria.basis.dialoge.Mandantenauswahldialog
public class Mandantenauswahldialog
Stellt einen einfachen Dialog zur Auswahl eines Mandanten zur Verfügung. Im Gegensatz zu ch.elexis.actions.GlobalActions.ChangeMandantDialog ist dieser Dialog über Paketgrenzen hinweg verfügbar.
Constructor Summary | |
---|---|
Mandantenauswahldialog(Shell arbeitsfläche)
|
Method Summary | |
---|---|
void |
create()
|
Control |
createDialogArea(Composite parent)
|
Mandant |
getMandant()
Liefert den ausgewählten Mandanten oder null ,
wenn keine Auswahl getroffen wurde. |
void |
setPrompt(java.lang.String prompt)
Setzt eine alternative Eingabeaufforderung für den Dialog. |
void |
setTitel(java.lang.String titel)
Setzt einen Alternativtitel für den Dialog. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mandantenauswahldialog(Shell arbeitsfläche)
Method Detail |
---|
public void setTitel(java.lang.String titel)
public void setPrompt(java.lang.String prompt)
public Control createDialogArea(Composite parent)
public void create()
public Mandant getMandant()
null
,
wenn keine Auswahl getroffen wurde.
|
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 |