Uses of Class
com.wewebu.ow.server.ui.OwDialog

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

Uses of OwDialog in com.wewebu.ow.server.app
 

Subclasses of OwDialog in com.wewebu.ow.server.app
 class OwHelpDialog
           Standard Dialog to display a help page within other dialogs.
 class OwMessageBox
           Generic Message Box with OK and Cancel button.
 class OwMultipleSelectionCall.OwValidatorMessageBox
          YES/NO validating message box implementation
 class OwObjectSequenceDialog
           Object collection nase implementation.
 class OwStandardDialog
           Standard Dialog Layout for Workdesk.
 class OwStandardSequenceDialog
           Extends the Standard Dialog with a prev / next button, as well as a overridden listener interface to handle sequences.
 class OwUserSelectDialog
           Base Class for the login sub module to be created in the network (DMS) Adaptor.
 

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

Subclasses of OwDialog in com.wewebu.ow.server.dmsdialogs
 class OwCreateObjectDialog
           Dialog for adding records or single folders to a folder.
 class OwCreateObjectFormularDialog
           Dialog to create new objects.
 class OwCreateObjectWithFormDialog
           Create object dialog with JSP form based property view.
 

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

Subclasses of OwDialog in com.wewebu.ow.server.dmsdialogs.views
 class OwAddPrivilegeDialog
           Privilege addition dialog.
 

Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwDialog
 void OwPrivilegesView.onDialogClose(OwDialog dialogView_p)
           
 void OwPrivilegeSetEditor.onDialogClose(OwDialog dialogView_p)
           
 

Constructors in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwDialog
OwPrivilegeSetEditor(OwPrivilegesDocument privilegesDocument_p, OwDialog dialog_p)
           
 

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

Methods in com.wewebu.ow.server.settingsimpl with parameters of type OwDialog
 void OwSettingsPropertyBPMProxy.onDialogClose(OwDialog dialogView_p)
          called when user select dialog closes
 

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

Methods in com.wewebu.ow.server.ui that return OwDialog
protected  OwDialog OwDialogManager.getCurrentDialog()
          get the current topmost dialog
 

Methods in com.wewebu.ow.server.ui with parameters of type OwDialog
 void OwDialogManager.closeDialog(OwDialog dialog_p)
          closes the latest dialog and removes it from the dialog list, and the context.
 void OwDialog.OwDialogListener.onDialogClose(OwDialog dialogView_p)
          called if the Dialog that was opened by this view closes
 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
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.