IntelliJ IDEA 2016.3 Help

Data Binding Wizard

img


Use this dialog box to generate getData and setData methods for the fields in a UI class that are bound to components in a GUI form.

ItemDescription
Page 1
Create new beanClick 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 beanClick 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 FieldThis column displays the list of components of the GUI Form that can be bound to data.
Bean PropertyUse 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.

See Also

Last modified: 21 March 2017