Use to specify a target property value or method value for each tab in the pane.
In the Enter Parameters page of the Connection wizard, you can choose to get the parameter from any of the following:
Element | Description |
---|---|
Value |
Enter the property value or method parameter into the text field. This option is available only if the value is a primitive type ( |
Bean |
Acquire the value from a bean on the form. This option is available only if there are beans of the specified type to choose from (for example, type Component or Object). |
Property |
Acquire the value from a property of a component on the form. Click the ellipsis (...) button to display a dialog box from which you can select the component and its property. Only properties of the correct type are listed. |
Method Call |
Acquire the value from a method call of a component on the form. Click the ellipsis (...) button to display a dialog box from which you can select the component and its method. Only methods that return the correct type and that do not take any parameters are listed. |
User Code |
Write your own code to acquire the property or method parameter value. |
The source code generated for each of the parameters is displayed in the Generated Parameters Preview field.
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |