Data Binding Wizard
Use this dialog to generate getData and setData methods for the fields in a UI class that are bound to components in a GUI form.
Item | Description |
---|---|
Page 1 | |
Create new bean | Click this radio button to bind components to data in a new bean class. If this option is selected, specify the name of the new bean class, and the package where it will be created. |
Bind to existing bean | Click this radio button to bind components to data in an existing bean class. If this option is selected, specify the name of the desired bean class. |
Page 2 | |
Form Field | This column displays the list of components of the GUI Form that can be bound to data. |
Bean Property | Use this column to specify the name of the bean property that will be created in the specified bean class. |
getData() | If this option is checked, the method getData() is generated in the bound class of the GUI form. |
setData() | If this option is checked, the method setData() is generated in the bound class of the GUI form. |
isModified() | If this option is checked, the method isModified() is generated in the bound class of the GUI form. |