Uses of Interface
com.wewebu.ow.server.ui.OwDialog.OwDialogListener

Packages that use OwDialog.OwDialogListener
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.settingsimpl   
com.wewebu.ow.server.ui   
 

Uses of OwDialog.OwDialogListener in com.wewebu.ow.server.dmsdialogs.views
 

Classes in com.wewebu.ow.server.dmsdialogs.views that implement OwDialog.OwDialogListener
 class OwPrivilegeSetEditor
           OwPrivilegeSet editor view for set-user and privilege selection to be used with OwPrivilegesView.
 class OwPrivilegesView
           Displays and edits the privileges of a given OwPermissionCollection.
 

Uses of OwDialog.OwDialogListener in com.wewebu.ow.server.settingsimpl
 

Classes in com.wewebu.ow.server.settingsimpl that implement OwDialog.OwDialogListener
 class OwSettingsPropertyBPMProxy
           The proxy settings for BPM.
 

Uses of OwDialog.OwDialogListener in com.wewebu.ow.server.ui
 

Fields in com.wewebu.ow.server.ui declared as OwDialog.OwDialogListener
protected  OwDialog.OwDialogListener OwDialog.m_Listener
          Listener that wants to be notified upon dialog events.
 

Methods in com.wewebu.ow.server.ui with parameters of type OwDialog.OwDialogListener
 void OwDialogManager.openDialog(OwDialog dialog_p, OwDialog.OwDialogListener listener_p)
          display a new dialog, adds it to the context for Event handling.
 void OwAppContext.openDialog(OwDialog dialogView_p, OwDialog.OwDialogListener listener_p)
          display a new dialog using the dialog manager set in setDialogManager(...) After it is closed it gets removed from the DialogManager and the context to finalize the Dialog View
 void OwDialog.setListener(OwDialog.OwDialogListener listener_p)
          set the view that opens the dialog
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.