Package | Description |
---|---|
com.google.gwt.cell.client | |
com.google.gwt.user.cellview.client |
The "cellview" widget set.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Method and Description |
---|---|
SafeHtml |
SelectionCell.Template.deselected(java.lang.String option) |
SafeHtml |
ButtonCellBase.DefaultAppearance.Template.iconContentLayout(java.lang.String classes,
SafeStyles styles,
SafeHtml icon,
SafeHtml cellContents)
Positions the icon next to the text.
|
SafeHtml |
ButtonCellBase.DefaultAppearance.Template.iconWrapper(SafeStyles styles,
SafeHtml image)
The wrapper around the icon that aligns it vertically with the text.
|
SafeHtml |
ImageLoadingCell.Template.image(SafeHtml imageHtml) |
SafeHtml |
IconCellDecorator.Template.imageWrapperBottom(SafeStyles styles,
SafeHtml image)
The wrapper around the image vertically aligned to the bottom.
|
SafeHtml |
IconCellDecorator.Template.imageWrapperMiddle(SafeStyles styles,
SafeHtml image)
The wrapper around the image vertically aligned to the middle.
|
SafeHtml |
IconCellDecorator.Template.imageWrapperTop(SafeStyles styles,
SafeHtml image)
The wrapper around the image vertically aligned to the top.
|
SafeHtml |
SafeImageCell.Template.img(SafeUri url) |
SafeHtml |
ImageLoadingCell.Template.img(java.lang.String url) |
SafeHtml |
ImageCell.Template.img(java.lang.String url) |
SafeHtml |
TextInputCell.Template.input(java.lang.String value) |
SafeHtml |
EditTextCell.Template.input(java.lang.String value) |
SafeHtml |
ImageLoadingCell.Template.loading(SafeHtml loadingHtml) |
SafeHtml |
IconCellDecorator.Template.outerDiv(SafeStyles padding,
SafeHtml icon,
SafeHtml cellContents) |
SafeHtml |
SelectionCell.Template.selected(java.lang.String option) |
Modifier and Type | Method and Description |
---|---|
SafeHtml |
CellList.Template.div(int idx,
java.lang.String classes,
SafeHtml cellContents) |
SafeHtml |
CellBrowser.Template.div(int idx,
java.lang.String classes,
SafeStyles padding,
SafeHtml imageHtml,
SafeHtml cellContents) |
SafeHtml |
AbstractCellTable.Template.div(SafeHtml contents) |
SafeHtml |
CellBrowser.Template.divFocusable(int idx,
java.lang.String classes,
SafeStyles padding,
int tabIndex,
SafeHtml imageHtml,
SafeHtml cellContents) |
SafeHtml |
CellBrowser.Template.divFocusableWithKey(int idx,
java.lang.String classes,
SafeStyles padding,
int tabIndex,
char accessKey,
SafeHtml imageHtml,
SafeHtml cellContents) |
SafeHtml |
CellBrowser.Template.imageWrapper(SafeStyles css,
SafeHtml image) |
SafeHtml |
CellTree.Template.imageWrapper(java.lang.String classes,
SafeStyles cssLayout,
SafeHtml image) |
SafeHtml |
CellTreeNodeView.Template.innerDiv(SafeStyles cssString,
java.lang.String classes,
SafeHtml image,
java.lang.String itemValueStyle,
SafeHtml cellContents) |
SafeHtml |
CellTreeNodeView.Template.outerDiv(SafeStyles cssString,
java.lang.String classes,
SafeHtml content,
java.lang.String ariaSelected) |
SafeHtml |
AbstractCellTable.Template.tbody(SafeHtml rowHtml) |
SafeHtml |
AbstractCellTable.Template.td(java.lang.String classes,
SafeHtml contents) |
SafeHtml |
AbstractCellTable.Template.tdBothAlign(java.lang.String classes,
java.lang.String hAlign,
java.lang.String vAlign,
SafeHtml contents) |
SafeHtml |
AbstractCellTable.Template.tdHorizontalAlign(java.lang.String classes,
java.lang.String hAlign,
SafeHtml contents) |
SafeHtml |
AbstractCellTable.Template.tdVerticalAlign(java.lang.String classes,
java.lang.String vAlign,
SafeHtml contents) |
SafeHtml |
AbstractCellTable.Template.tfoot(SafeHtml rowHtml) |
SafeHtml |
AbstractCellTable.Template.thead(SafeHtml rowHtml) |
SafeHtml |
AbstractCellTable.Template.tr(java.lang.String classes,
SafeHtml contents) |
Modifier and Type | Method and Description |
---|---|
SafeHtml |
NamedFrame.IFrameTemplate.get(java.lang.String name) |
SafeHtml |
FormPanel.IFrameTemplate.get(java.lang.String name) |
SafeHtml |
ImageResourceRenderer.Template.image(SafeUri imageUri,
int width,
int height) |