Changes between Version 3 and Version 4 of APP_SIMPLE_DIALOGS_R0
- Timestamp:
- 01/20/09 18:51:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_SIMPLE_DIALOGS_R0
v3 v4 14 14 * OK and Cancel buttons - Cancel button is optional and redo the changes. Bought buttons close the dialog. 15 15 * message or error message - plane selectable but not editable text text. Also optional. 16 There should be easy to use interface that populate the data inside the dialog, allows you to add and remove children, and determines basic layout functionality. 17 You could add as a children common input elements(input text fields, check boxes, combo boxes etc.) as well as custom elements. 16 There should be easy to use interface that populate the data inside the dialog, allows you to add and remove children, and determines basic layout functionality.[[BR]] 17 You could add as a children common input elements(input text fields, check boxes, combo boxes etc.) as well as custom elements.[[BR]] 18 This component should be fully integrated in the application. 18 19 19 20 == Task result == 20 21 * The result should be code 21 22 == Implementation idea == 22 ^(It is advisable to include some rough implementations ideas.)^ 23 Create a SimpleDialog Class inside of org.sophie2.base.dialogs. Get familiar with DialogManeger as well as with SimpleMockDialog and KindMockDialog(classes used to test the DialogManeger). 23 24 24 25 == Related ==