Interface IconCellDecorator.Template

All Superinterfaces:
SafeHtmlTemplates
Enclosing class:
IconCellDecorator<C>

static interface IconCellDecorator.Template extends SafeHtmlTemplates
  • Method Details

    • outerDiv

      @Template("<div style=\"{0}position:relative;zoom:1;\">{1}<div>{2}</div></div>") SafeHtml outerDiv(SafeStyles padding, SafeHtml icon, SafeHtml cellContents)
    • 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.