Uses of Class
de.jsystems.framework.common.BusinessDialogController

Packages that use BusinessDialogController
de.jsystems.framework.common   
 

Uses of BusinessDialogController in de.jsystems.framework.common
 

Fields in de.jsystems.framework.common declared as BusinessDialogController
protected  BusinessDialogController BusinessDialog.controller
          BusinessDialogController
 

Methods in de.jsystems.framework.common that return BusinessDialogController
 BusinessDialogController BusinessDialog.getController()
          Gibt den Controller des Dialoges zurück.
 

Methods in de.jsystems.framework.common with parameters of type BusinessDialogController
 void BusinessDialog.setController(BusinessDialogController controller)
          Setzt den Controller des Dialoges.