static interface CellBrowser.Template extends SafeHtmlTemplates
SafeHtmlTemplates.Template
Modifier and Type | Method and Description |
---|---|
SafeHtml |
div(int idx,
java.lang.String classes,
SafeStyles padding,
SafeHtml imageHtml,
SafeHtml cellContents) |
SafeHtml |
divFocusable(int idx,
java.lang.String classes,
SafeStyles padding,
int tabIndex,
SafeHtml imageHtml,
SafeHtml cellContents) |
SafeHtml |
divFocusableWithKey(int idx,
java.lang.String classes,
SafeStyles padding,
int tabIndex,
char accessKey,
SafeHtml imageHtml,
SafeHtml cellContents) |
SafeHtml |
imageWrapper(SafeStyles css,
SafeHtml image) |
@SafeHtmlTemplates.Template(value="{3}") SafeHtml div(int idx, java.lang.String classes, SafeStyles padding, SafeHtml imageHtml, SafeHtml cellContents){4}
@SafeHtmlTemplates.Template(value="{4}") SafeHtml divFocusable(int idx, java.lang.String classes, SafeStyles padding, int tabIndex, SafeHtml imageHtml, SafeHtml cellContents){5}
@SafeHtmlTemplates.Template(value="{5}") SafeHtml divFocusableWithKey(int idx, java.lang.String classes, SafeStyles padding, int tabIndex, char accessKey, SafeHtml imageHtml, SafeHtml cellContents){6}
@SafeHtmlTemplates.Template(value="{1}") SafeHtml imageWrapper(SafeStyles css, SafeHtml image)