The Spacer class extends the Item class. It positions other items on the Form object, and therefore it is non-interactive. A developer cannot add commands to a Spacer object by using the addCommand() method, as it will throw an IllegalStateException. The Spacer object have no label, and an attempt to set a label using the setLabel() method throws an IllegalStateException. It defines the following constructor:
Here, the width parameter specifies the width of the Spacer object in pixels, and the height parameter specifies the height of the Spacer object in pixels.
Become SUN SCMAD certified. Download free practice test for SUN SCMAD Mobile Application Developer exam.If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
