After you add a new node to the outline, you should set properties for the new node. You can update the properties later if you need to change the settings.
You can also use the following icons:
to expand all child nodes or
to collapse all expanded child nodes. Both icons always apply to the node that is currently selected in the editor. For example, when a
Table node is currently selected, only the child nodes of the
Table will be expanded or collapsed.
Note:
If the
Content Assist Available icon is displayed next to a field, click into the field and press CTRL+SPACE to view the types of information you can specify for a property. The content assist shows valid values and/or syntax you can use to specify a valid value. If the content assist lists
@{myMethodName} or
@{my.package.class.static.method}, you can specify the name of a method to execute at run time to supply the value for the property. For more information, see
Logic to Programmatically Set a Property Value at Run Time.
Tip:
To update the Java classes that
Mobile Development generates for the project so that your changes are represented in the generated sources, save the project and regenerate sources. For instructions, see
Generating Sources for a Mobile Project.