Interface CellBrowser.Template
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.safehtml.client.SafeHtmlTemplates
SafeHtmlTemplates.Template -
Method Summary
Modifier and TypeMethodDescriptiondiv(int idx, String classes, SafeStyles padding, SafeHtml imageHtml, SafeHtml cellContents) divFocusable(int idx, String classes, SafeStyles padding, int tabIndex, SafeHtml imageHtml, SafeHtml cellContents) divFocusableWithKey(int idx, String classes, SafeStyles padding, int tabIndex, char accessKey, SafeHtml imageHtml, SafeHtml cellContents) imageWrapper(SafeStyles css, SafeHtml image)
-
Method Details