| Class | Description |
|---|---|
| AbstractModel |
Abstract ComboBoxModel implementation for the FComboBox to be used as base
class for actual model implementations.
|
| BOBasedModel |
ComboBoxModel implementation which gets its values from a set of BOs.
|
| BOValueExtractor |
Class for creating the actual entry values for the ComboBox model from BOs.
|
| DBQueryModel |
ComboBoxModel implementation which gets its values from a query to the DB.
|
| DescribeComboBoxRenderer |
A specialized
FComboBoxRenderer for rendering business objects in a combo box. |
| DescribeValueExtractor |
Class for creating the actual entry values for the ComboBox model from BOs.
|
| EmptyModel |
ComboBoxModel implementation which does not hold any entries.
|
| EntryValueWrapper |
Small class that holds a value Object and a title String.
|
| FComboBoxEditor |
A custom
BasicComboBoxEditor descendant that handles bidirectional string-to-value
conversion based on a given AttributeI. |
| FComboBoxRenderer |
A specialized
BasicComboBoxRenderer for rendering business objects (BOs) and other
objects within a combo box. |
| RelationAttributeModel |
ComboBoxModel implementation which gets its values from the relation members of
a relation attribute of the current FTX's BO.
|
| ScriptBasedModel |
ComboBoxModel implementation which gets its values from a script.
|
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.