com.google.gwt.user.cellview.client
Interface CellBrowser.Template
- All Superinterfaces:
- SafeHtmlTemplates
- Enclosing class:
- CellBrowser
static interface CellBrowser.Template
- extends SafeHtmlTemplates
Method Summary |
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)
|
div
@SafeHtmlTemplates.Template(value="")
SafeHtml div(int idx,
java.lang.String classes,
SafeStyles padding,
SafeHtml imageHtml,
SafeHtml cellContents)
divFocusable
@SafeHtmlTemplates.Template(value="")
SafeHtml divFocusable(int idx,
java.lang.String classes,
SafeStyles padding,
int tabIndex,
SafeHtml imageHtml,
SafeHtml cellContents)
divFocusableWithKey
@SafeHtmlTemplates.Template(value="")
SafeHtml divFocusableWithKey(int idx,
java.lang.String classes,
SafeStyles padding,
int tabIndex,
char accessKey,
SafeHtml imageHtml,
SafeHtml cellContents)
imageWrapper
@SafeHtmlTemplates.Template(value="{1}
")
SafeHtml imageWrapper(SafeStyles css,
SafeHtml image)