Ultra Light Client Guide and Reference
- attributeName
- The name of the attribute from an associated domain class that is used to
display instances of the class in this part. For details, see List general advice.
- backgroundColor
- The background color of the part.
- 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.
- enabled
- Indicates whether the part can be selected.
- font
- The typeface used for text displayed on this part.
- 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.
- foregroundColor
- The color of any text shown in the part, if applicable.
- label
- Settable but not used in this part.
- popupMenu
- An instance of UlcMenu that supports this part.
- preloadContents
- Indicates whether the UI should initially load list contents into the
part. By default, this is set to true.
- renderer
- The widget used to interpret or render a state within the part.
- rows
- The collection of domain objects associated with this part, if you choose
not to use a Table Model part.
- selectedIndex
- The index of the selected item (as Integer).
- selectedItem
- The highlighted item.
- selectedString
- The highlighted item (as String).
- self
- The class instance itself.
- tabelModel
- The instance of UlcTableModel associated with this part, if you
use one. You must also set attributeName.
- toolTipText
- The text displayed in hover help for the part.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]