Package | Description |
---|---|
com.google.gwt.cell.client | |
com.google.gwt.text.client |
Classes for parsing and rendering numbers, dates, and times.
|
com.google.gwt.text.shared |
Classes for parsing and rendering text and safe HTML.
|
com.google.gwt.text.shared.testing |
Classes used for testing text parsing and rendering.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
com.google.web.bindery.requestfactory.gwt.ui.client |
Classes used by the request factory to manage proxies, user logins, and
authentication.
|
Class and Description |
---|
SafeHtmlRenderer
An object that can render other objects of a particular type into safe HTML
form.
|
Class and Description |
---|
AbstractRenderer
Abstract implementation of a renderer to make implementation of rendering
simpler.
|
Parser
An object that can parse text and return a value.
|
Renderer
An object that can render other objects of a particular type into plain-text
form.
|
Class and Description |
---|
AbstractRenderer
Abstract implementation of a renderer to make implementation of rendering
simpler.
|
Renderer
An object that can render other objects of a particular type into plain-text
form.
|
SafeHtmlRenderer
An object that can render other objects of a particular type into safe HTML
form.
|
SimpleSafeHtmlRenderer
A simple
SafeHtmlRenderer implementation that calls
SafeHtmlUtils.fromString(String) to escape its arguments. |
ToStringRenderer
A simple renderer that uses
Object.toString() of the object. |
Class and Description |
---|
AbstractRenderer
Abstract implementation of a renderer to make implementation of rendering
simpler.
|
Parser
An object that can parse text and return a value.
|
Renderer
An object that can render other objects of a particular type into plain-text
form.
|
Class and Description |
---|
AbstractSafeHtmlRenderer
Abstract implementation of a safe HTML renderer to make implementation of
rendering simpler.
|
Parser
An object that can parse text and return a value.
|
Renderer
An object that can render other objects of a particular type into plain-text
form.
|
SafeHtmlRenderer
An object that can render other objects of a particular type into safe HTML
form.
|
Class and Description |
---|
AbstractRenderer
Abstract implementation of a renderer to make implementation of rendering
simpler.
|
Renderer
An object that can render other objects of a particular type into plain-text
form.
|