Class AbstractDtComboSelectComponent<T,M extends IValue<T>,P extends IComboSelectParameterization>

Type Parameters:
M - the aef model type based on IValue.
T - the editing model type.
P - the paramterization object type.
All Implemented Interfaces:
IComponent<M>, IEventChannel
Direct Known Subclasses:
BooleanComboComponent, CharacteristicsDescriptionDataPathComboComponent, CharacteristicsDescriptionFieldComboComponent, EnumComponent, GroupListComponent, TableNameSelectionComponent, TableNameValueSelectionComponent, UserSettingsGroupComponent, WebServerTypeSelectComponent

public abstract class AbstractDtComboSelectComponent<T,M extends IValue<T>,P extends IComboSelectParameterization> extends AbstractDtSelectComponent<M,P,ComboSelectViewModel>
Abstract implementation of the component for manipulating with the model as with the selectable from DT combo value.
Also it allows to specify the collection of the buttons that will be added at the action bar placed near the combo.
See Also: