Changes between Version 3 and Version 4 of APP_SIMPLE_DIALOGS_R0


Ignore:
Timestamp:
01/20/09 18:51:47 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_SIMPLE_DIALOGS_R0

    v3 v4  
    1414 * OK and Cancel buttons - Cancel button is optional and redo the changes. Bought buttons close the dialog. 
    1515 * 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. 
     16There 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]]  
     17You could add as a children common input elements(input text fields, check boxes, combo boxes etc.) as well as custom elements.[[BR]] 
     18This component should be fully integrated in the application. 
    1819 
    1920== Task result == 
    2021 * The result should be code 
    2122== Implementation idea == 
    22 ^(It is advisable to include some rough implementations ideas.)^ 
     23Create 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). 
    2324 
    2425== Related ==