Interface IconCellDecorator.Template

    • Method Detail

      • imageWrapperBottom

        @Template("<div style=\"{0}position:absolute;bottom:0px;line-height:0px;\">{1}</div>")
        SafeHtml imageWrapperBottom​(SafeStyles styles,
                                    SafeHtml image)
        The wrapper around the image vertically aligned to the bottom.
      • imageWrapperMiddle

        @Template("<div style=\"{0}position:absolute;top:50%;line-height:0px;\">{1}</div>")
        SafeHtml imageWrapperMiddle​(SafeStyles styles,
                                    SafeHtml image)
        The wrapper around the image vertically aligned to the middle.
      • imageWrapperTop

        @Template("<div style=\"{0}position:absolute;top:0px;line-height:0px;\">{1}</div>")
        SafeHtml imageWrapperTop​(SafeStyles styles,
                                 SafeHtml image)
        The wrapper around the image vertically aligned to the top.