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 |
BasicComboBoxRenderer descendant for BOs which uses BO.describeNE( format ) for
"rendering" the label texts for the ComboBox entries if the value is a BO and
otherwise just uses super.getText(...).
|
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 |
BasicComboBoxEditor descendant which can handle from/to String conversion
according to the type of a given AttributeI.
|
FComboBoxRenderer |
BasicComboBoxRenderer descendant for BOs which can hold a custom label for the
null entry and otherwise just uses String.valueOf( entryValue ) to get the
label text.
|
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-2024 OAshi S.à r.l. All Rights Reserved.