Ultra Light Client Guide and Reference
- backgroundColor
- The background color of the part.
- currentPageLabel
- The label for the page currently being displayed.
- cursor
- The ULC cursor that is in effect when the mouse pointer is over this
part. Possible settings are Crosshair, Text, and
Wait. The default setting for this part is indicated by
<default>.
- decoration
- The set of colors and fonts owned by this part.
- font
- The typeface used for text displayed on this part.
- foregroundColor
- The color of any text shown in the part, if applicable.
- formAttributeName
- The name of the attribute from an associated domain object that is used to
set the state of this part.
- formModel
- An instance of UlcFormModel associated with this part.
You must also set formAttributeName.
- height
- Initial height of the part in pixels. This attribute is explicitly
necessary because pages can be loaded on demand, and dimensions of this part
must be known before any pages are loaded.
- popupMenu
- An instance of UlcMenu that supports this part.
- self
- The class instance itself.
- toolTipText
- The text displayed in hover help for the part.
- width
- Initial width of the part in pixels. This attribute is explicitly
necessary because pages can be loaded on demand, and dimensions of this part
must be known before any pages are loaded.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]