Interface IImagemap

    • Field Detail

      • DEFAULT

        static final IImagemap DEFAULT
        Constant for default attributes of this immutable component.
    • Method Detail

      • getWidgetClass

        default java.lang.String getWidgetClass()
        Returns the client widget class.

        Default: "zul.wgt.Imagemap"

        Specified by:
        getWidgetClass in interface IComponent<IImagemap>
      • of

        static IImagemap of​(java.lang.String src)
        Returns the instance with the given src.
        Parameters:
        src - The URI of the image source.
      • of

        static <I extends IAreaIImagemap of​(java.lang.Iterable<? extends I> areas)
        Returns the instance with the given areas.
        Parameters:
        areas - The IArea list as the children of this component.
      • of

        static <I extends IAreaIImagemap of​(I... areas)
        Returns the instance with the given areas.
        Parameters:
        areas - The IArea as the children of this component.
      • ofSize

        static IImagemap ofSize​(java.lang.String width,
                                java.lang.String height)
        Returns the instance with the given width and height.
        Parameters:
        width - The width of the image.
        height - The height of the image.
      • ofId

        static IImagemap ofId​(java.lang.String id)
        Returns the instance with the given id.
        Parameters:
        id - The id to identify this component