Visual Mobile Designer Properties View
See Also
The Visual Mobile Designer (VMD) Properties window displays the editable properties
for any object selected in the VMD. The properties window is located by default
at the bottom right corner of the Visual Mobile Designer.
The property sheet contains all properties for the selected object. The types
of properties shown depend upon the category and type of object selected.
Properties
- Action. What occurs when a specific command is selected
on a screen or object.
- Action Source. Defines which
command object to use as a transaction source.
- Instance Name. The name of the object.
- Lazy Initialized. If checked, the component is initialized
when the MIDlet's
startApp()
method is invoked. If it is not
checked, the component is initialized the first time the component is needed.
- Pre-Init User Code. Holds a code that is executed
before the component is initialized.
- Post-Init User Code. This property holds a code, which
is executed after the component is initialized.
Several property types have
special editors associated with them:
- String Editor. Enables
you to edit strings of plain text, or choose to have the value used as
custom Java
code.
- Action Editor. Enables you to edit details of the Action properties.
- Constraint
Editor. The radio buttons specify the restrictive
constraint settings. Checkboxes specify any
additional constraint modifiers.
- Layout Editor. Enables you to control various aspects of image appearance,
including alignment and image size.
- See Also
- About Visually Designing
MIDP Applications
- Working with the Visual Mobile Designer
- Visual Mobile Designer Tasks: Quick
Reference
- Visual Mobile Designer String Editor
Legal Notices