Class DefaultIconLink

    • Field Detail

      • instancesOf

        public StringParameter instancesOf
        If non-empty (the default), specifies a class name. Only entities or attributes (depending on include) implementing the specified class will be assigned the control defined by this DefaultIconLink parameter.
      • include

        public StringParameter include
        Specification of whether to provide the link for Attributes, Entities, or both. This is either "Entities" (the default), "Attributes", or "All".
    • Method Detail

      • _provideAttributes

        protected void _provideAttributes​(WebExporter exporter)
                                   throws IllegalActionException
        Override the base class to define an href attribute to associate with the area of the image map corresponding to its container.
        Overrides:
        _provideAttributes in class IconLink
        Parameters:
        exporter - The web exporter to which to write content.
        Throws:
        IllegalActionException - If evaluating the value of this parameter fails.
      • _provideEachAttribute

        protected void _provideEachAttribute​(WebExporter exporter,
                                             NamedObj object)
                                      throws IllegalActionException
        Provide content to the specified web exporter to be included in a web page for the container of this object. This class defines an href attribute to associate with the area of the image map corresponding to its container.
        Parameters:
        exporter - The exporter.
        object - The object.
        Throws:
        IllegalActionException - If evaluating the value of this parameter fails.