Uses of Class
com.google.gwt.safehtml.shared.SafeHtmlBuilder
-
Packages that use SafeHtmlBuilder Package Description com.google.gwt.cell.client com.google.gwt.safehtml.shared Shared classes for creating safe HTML content.com.google.gwt.text.shared Classes for parsing and rendering text and safe HTML.com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of SafeHtmlBuilder in com.google.gwt.cell.client
Methods in com.google.gwt.cell.client with parameters of type SafeHtmlBuilder Modifier and Type Method Description abstract voidAbstractCell. render(Cell.Context context, C value, SafeHtmlBuilder sb)protected abstract voidAbstractSafeHtmlCell. render(Cell.Context context, SafeHtml data, SafeHtmlBuilder sb)Render the cell contents after they have been converted toSafeHtmlform.voidAbstractSafeHtmlCell. render(Cell.Context context, C data, SafeHtmlBuilder sb)voidActionCell. render(Cell.Context context, C value, SafeHtmlBuilder sb)voidButtonCell. render(Cell.Context context, SafeHtml data, SafeHtmlBuilder sb)voidButtonCellBase.Appearance. render(ButtonCellBase<C> cell, Cell.Context context, C value, SafeHtmlBuilder sb)Render the button and its contents.voidButtonCellBase.DefaultAppearance. render(ButtonCellBase<C> cell, Cell.Context context, C value, SafeHtmlBuilder sb)voidButtonCellBase. render(Cell.Context context, C value, SafeHtmlBuilder sb)voidCell. render(Cell.Context context, C value, SafeHtmlBuilder sb)Render a cell as HTML into aSafeHtmlBuilder, suitable for passing toElement.setInnerHTML(String)on a container element.voidCheckboxCell. render(Cell.Context context, java.lang.Boolean value, SafeHtmlBuilder sb)protected voidClickableTextCell. render(Cell.Context context, SafeHtml value, SafeHtmlBuilder sb)voidCompositeCell. render(Cell.Context context, C value, SafeHtmlBuilder sb)protected <X> voidCompositeCell. render(Cell.Context context, C value, SafeHtmlBuilder sb, HasCell<C,X> hasCell)Render the composite cell as HTML into aSafeHtmlBuilder, suitable for passing toElement.setInnerHTML(java.lang.String)on a container element.voidDateCell. render(Cell.Context context, java.util.Date value, SafeHtmlBuilder sb)voidDatePickerCell. render(Cell.Context context, java.util.Date value, SafeHtmlBuilder sb)voidEditTextCell. render(Cell.Context context, java.lang.String value, SafeHtmlBuilder sb)voidIconCellDecorator. render(Cell.Context context, C value, SafeHtmlBuilder sb)voidImageCell. render(Cell.Context context, java.lang.String value, SafeHtmlBuilder sb)voidImageLoadingCell. render(Cell.Context context, java.lang.String value, SafeHtmlBuilder sb)voidImageResourceCell. render(Cell.Context context, ImageResource value, SafeHtmlBuilder sb)voidNumberCell. render(Cell.Context context, java.lang.Number value, SafeHtmlBuilder sb)voidSafeHtmlCell. render(Cell.Context context, SafeHtml value, SafeHtmlBuilder sb)voidSafeImageCell. render(Cell.Context context, SafeUri value, SafeHtmlBuilder sb)voidSelectionCell. render(Cell.Context context, java.lang.String value, SafeHtmlBuilder sb)voidTextCell. render(Cell.Context context, SafeHtml value, SafeHtmlBuilder sb)voidTextInputCell. render(Cell.Context context, java.lang.String value, SafeHtmlBuilder sb) -
Uses of SafeHtmlBuilder in com.google.gwt.safehtml.shared
Methods in com.google.gwt.safehtml.shared that return SafeHtmlBuilder Modifier and Type Method Description SafeHtmlBuilderSafeHtmlBuilder. append(boolean b)Appends the string representation of a boolean.SafeHtmlBuilderSafeHtmlBuilder. append(byte num)Appends the string representation of a number.SafeHtmlBuilderSafeHtmlBuilder. append(char c)Appends the string representation of a char.SafeHtmlBuilderSafeHtmlBuilder. append(double num)Appends the string representation of a number.SafeHtmlBuilderSafeHtmlBuilder. append(float num)Appends the string representation of a number.SafeHtmlBuilderSafeHtmlBuilder. append(int num)Appends the string representation of a number.SafeHtmlBuilderSafeHtmlBuilder. append(long num)Appends the string representation of a number.SafeHtmlBuilderSafeHtmlBuilder. append(SafeHtml html)Appends the contents of anotherSafeHtmlobject, without applying HTML-escaping to it.SafeHtmlBuilderSafeHtmlBuilder. appendEscaped(java.lang.String text)Appends a string after HTML-escaping it.SafeHtmlBuilderSafeHtmlBuilder. appendEscapedLines(java.lang.String text)Appends a string consisting of several newline-separated lines after HTML-escaping it.SafeHtmlBuilderSafeHtmlBuilder. appendHtmlConstant(java.lang.String html)Appends a compile-time-constant string, which will not be escaped. -
Uses of SafeHtmlBuilder in com.google.gwt.text.shared
Methods in com.google.gwt.text.shared with parameters of type SafeHtmlBuilder Modifier and Type Method Description voidAbstractSafeHtmlRenderer. render(T object, SafeHtmlBuilder appendable)voidSafeHtmlRenderer. render(T object, SafeHtmlBuilder builder)Rendersobjectas safe HTML, appended directly tobuilder.voidSimpleSafeHtmlRenderer. render(java.lang.String object, SafeHtmlBuilder appendable) -
Uses of SafeHtmlBuilder in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client with parameters of type SafeHtmlBuilder Modifier and Type Method Description voidColumn. render(Cell.Context context, T object, SafeHtmlBuilder sb)Render the object into the cell.voidHeader. render(Cell.Context context, SafeHtmlBuilder sb)Render the header.protected voidAbstractCellTable. renderRowValues(SafeHtmlBuilder sb, java.util.List<T> values, int start, SelectionModel<? super T> selectionModel)Deprecated.as of GWT 2.5, use aCellTableBuilderto customize the table structure insteadprotected abstract voidAbstractHasData. renderRowValues(SafeHtmlBuilder sb, java.util.List<T> values, int start, SelectionModel<? super T> selectionModel)Render all row values into the specifiedSafeHtmlBuilder.protected voidCellBrowser.BrowserCellList. renderRowValues(SafeHtmlBuilder sb, java.util.List<T> values, int start, SelectionModel<? super T> selectionModel)protected voidCellList. renderRowValues(SafeHtmlBuilder sb, java.util.List<T> values, int start, SelectionModel<? super T> selectionModel)protected voidAbstractCellTable. renderRowValuesLegacy(SafeHtmlBuilder sb, java.util.List<T> values, int start, SelectionModel<? super T> selectionModel)Deprecated.as of GWT 2.5, use aCellTableBuilderto customize the table structure instead -
Uses of SafeHtmlBuilder in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type SafeHtmlBuilder Modifier and Type Method Description voidComposite. render(RenderableStamper stamper, SafeHtmlBuilder builder)voidIsRenderable. render(RenderableStamper stamper, SafeHtmlBuilder builder)Tells this object to render itself as HTML and append it to the given builder.voidRenderablePanel. render(RenderableStamper stamper, SafeHtmlBuilder builder)
-