Changes between Version 32 and Version 33 of BASE_BOUND_CONTROLS_R0


Ignore:
Timestamp:
09/30/08 16:45:47 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_BOUND_CONTROLS_R0

    v32 v33  
    9393 * For more information see documentation and classes locate at: 'net.asteasolutions.veda.gui.util.boundcontrols' 
    9494 * For Unit tests and Demo see 'net.asteasolutions.veda.gui.util.boundcontrols'. One can also see and test the bound controls manually by running !BoundControlsDemoTest as a Java Application. 
     95  * In order to test something that uses a bound control one should emulate a user input. For the different JComponents used methods differ a little. 
     96   * for !BoundSpinner - spinner().get().setValue(new Integer(input)) where input is an int value. 
     97   * for !BoundTextField - textField().get().setText(value) where value is a String. 
     98   * for !BoundComboBox - comboBox().get().setSelectedItem(value) where value is a String. 
     99  * Please provide and explain here similar methods for components implemented after this revision.  
    95100 * [source:trunk/sophie2-platform/modules/org.sophie2.messy/src/main/java/net/asteasolutions/veda/gui/util/boundcontrols Bound Controls Source Code] 
    96101 * [source:trunk/sophie2-platform/modules/org.sophie2.messy/src/test/java/net/asteasolutions/veda/gui/util/boundcontrols Bound Controls Unit Tests and Demo Code]