Class LinkComponent<M extends IModel>

All Implemented Interfaces:
IComponent<M>, IEventChannel
Direct Known Subclasses:
FormCommandSetComponent, FormConditionalAppearanceComponent, FormDynamicListComponent, InfobaseAccessSettingsComponent, InfobaseAccessSettingsComponent, LayerItemsComponent, LegendElementsComponent, MdPictureComponent, MobileDigiSignComponent, OpenEditorByLinkComponent, OpenEditorInFormByLinkComponent, OpenGanttChartSettingsEditorByLinkComponent, OpenGeographicalSchemaEditorInFormByLinkComponent, OpenGraphicalSchemeEditorInFormByLinkComponent, OpenMdHelpComponent, OpenMobileCommandBarElementsByLinkComponent, OpenMoxelEditorByLinkComponent, OpenPlannerDimensionsEditorByLinkComponent, OpenSuppressionSettingsEditorByLinkComponent, OpenTimeScaleEditorByLinkComponent, PublicationLinkComponent, UserVisibilityComponent

public class LinkComponent<M extends IModel> extends AbstractControlComponent<M,ILinkParametrization,LinkViewModel>
The link component.
  • Constructor Details

    • LinkComponent

      public LinkComponent(ILinkParametrization parameterization)
      Instantiates a new link component with the given parameterization.
      Parameters:
      parameterization - the parameterization.
    • LinkComponent

      public LinkComponent(String text)
      Instantiates a new link component.
      Parameters:
      text - the link text.
    • LinkComponent

      public LinkComponent(String text, boolean underlined)
      Instantiates a new link component.
      Parameters:
      text - the link text.
      underlined - is the link text underlined.
  • Method Details