Class AbstractDtEditableComboComponent<T,M extends IValue<T>,P extends IEditableComboParameterization>

All Implemented Interfaces:
IComponent<M>, IEventChannel
Direct Known Subclasses:
ChartOptionalIntegerComponent, DtBorderStyleComponent, HandlerSelectComponent, HandlerSelectionComponent, HandlerSelectionComponent, SemitransparentPercentComboComponent

public abstract class AbstractDtEditableComboComponent<T,M extends IValue<T>,P extends IEditableComboParameterization> extends AbstractDtSelectComponent<M,P,EditableComboViewModel>
Abstract implementation of the component for manipulating with the model as with the editable value via combo box.
Also it allows to specify the collection of the buttons that will be added at the action bar placed near the combo.
  • Constructor Details

    • AbstractDtEditableComboComponent

      protected AbstractDtEditableComboComponent(P parameterization)
      Creates a new component.
      Parameters:
      parameterization - the parameterization.
  • Method Details