Ultra Light Client Guide and Reference


Field attributes

backgroundColor
The background color of the part.

columns
Width of the part (number of characters in the current font).

converter
A subclass of UlcTypeConverter that validates and formats input in this part. For more information about converters, see Field general advice.

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.

editable
Indicates whether the contents of the part can be edited at run time.

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.

horizontalAlignment
The placement of text within the part. Possible settings are Center, Left, and Right. The default setting for this part is indicated by <default>.

label
The text displayed on the part.

notificationPolicy
Determines how often the part signals its valueChanged event:

password
Indicates whether an entry into the field should be masked, as in a password field. false is the default value.

popupMenu
An instance of UlcMenu that supports this part.

selectionBackgroundColor
The background color of text that has been highlighted in the part.

selectionForegroundColor
The foreground color of text that has been highlighted in the part.

self
The class instance itself.

toolTipText
The text displayed in hover help for the part.

value
The current contents of the field.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]