Class AbstractDtReadonlyActionBarComponent<M extends IModel,P extends IDtActionBarParameterization>

All Implemented Interfaces:
IComponent<M>, IEventChannel
Direct Known Subclasses:
AbstractChoiceParameterLinksComponent, AbstractDtColorActionBarComponent, AbstractSelectionActionBarComponent, AbstractTypeLinkComponent, ButtonDataPathComponent, ChoiceListComponent, ChoiceParametersComponent, CommandChooserComponent, CustomPaletteComponent, DataPathComponent, FontSelectionComponent, FormAttributeComponent, GeographicalCoordinatesSelectionComponent, PictureSelectionComponent, TimeScaleLabelSelectionComponent

public abstract class AbstractDtReadonlyActionBarComponent<M extends IModel,P extends IDtActionBarParameterization> extends AbstractDtActionBarComponent<M,P>
The AbstractDtActionBarComponent with the read-only editor. So the component handles changes fired only by model-side, but not by view model.
  • Constructor Details

    • AbstractDtReadonlyActionBarComponent

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