org.opensubsystems.inventory.application
Interface CategoryDialogGui
- All Superinterfaces:
- org.opensubsystems.core.application.ThickClientDialogGui
- All Known Implementing Classes:
- SWTCategoryDialogGui
public interface CategoryDialogGui
- extends org.opensubsystems.core.application.ThickClientDialogGui
GUI portion of the category dialog, which abstracts the gui technology dependent
portion of the creating or modifying categories from the backend process.
- Version:
- $Id: CategoryDialogGui.java,v 1.7 2007/01/07 06:13:57 bastafidli Exp $
- Author:
- Miro Halas
- Code reviewer:
- Miro Halas
- Code reviewed:
- 1.5 2006/04/05 05:07:12 bastafidli
| Methods inherited from interface org.opensubsystems.core.application.ThickClientDialogGui |
displayMessage |
displayDialog
void displayDialog(CategoryDialog categoryDialog,
boolean bModify,
Category categoryData,
CategoryDialogListener dialogListener)
- Display the dialog. This method shouldn't return until the dialog is
closed.
- Parameters:
categoryDialog - - dialog displaying this guibModify - - if this flag is true, then the dialog will act as modify
dialog otherwise it will act as a create dialog. This
will allow us to modify data, which were not yet created
in the persistence store, but are held in memory and
modified before they are storedcategoryData - - category or subcategory to be created or edited, but
never null. When creating new category load the
template data from the backend and then use the
template data in this dialog. The parent id of the
data will indicate if it is category or subcategorydialogListener - - listener which needs to be notified about changes
and actions on the gui
Copyright © 2003 - 2006 OpenSubsystems s.r.o.