Interface BasePatternCell.FactPatternCellTemplate

  • All Superinterfaces:
    com.google.gwt.safehtml.client.SafeHtmlTemplates
    Enclosing class:
    BasePatternCell

    protected static interface BasePatternCell.FactPatternCellTemplate
    extends com.google.gwt.safehtml.client.SafeHtmlTemplates
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.google.gwt.safehtml.client.SafeHtmlTemplates

        com.google.gwt.safehtml.client.SafeHtmlTemplates.Template
    • Method Detail

      • text

        @Template("<div class=\"{0}\" >{1}</div>")
        com.google.gwt.safehtml.shared.SafeHtml text​(String cssStyleName,
                                                     String message)