Uses of Interface
com.google.gwt.text.shared.Renderer
Package
Description
Classes for parsing and rendering numbers, dates, and times.
Classes for parsing and rendering text and safe HTML.
Classes used for testing text parsing and rendering.
Widgets, Panels, and other user-interface classes.
Classes used by the request factory to manage proxies, user logins, and
authentication.
-
Uses of Renderer in com.google.gwt.text.client
Modifier and TypeClassDescriptionclass
RendersDate
objects with aDateTimeFormat
.class
A localized renderer based onNumberFormat.getDecimalFormat()
.class
A localized renderer based onNumberFormat.getDecimalFormat()
.class
A localized renderer based onNumberFormat.getDecimalFormat()
.class
RendersNumber
objects with aNumberFormat
. -
Uses of Renderer in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionstatic <T> ValueBox
<T> Creates a ValueBox widget that wraps an existing <input type='text'> element.static <T> ValueLabel
<T> Creates a ValueLabel widget that wraps an existing <span> element.static <T> ValueLabel
<T> Creates a ValueLabel widget that wraps an existing <span> element.ModifierConstructorDescriptionprotected
This constructor may be used by subclasses to explicitly use an existing element.protected
Creates a value box that wraps the given browser element handle.protected
ValueLabel
(Element element, Renderer<? super T> renderer) This constructor may be used by subclasses to explicitly use an existing element.ValueLabel
(Renderer<? super T> renderer) Creates an empty value label.ValueListBox
(Renderer<? super T> renderer) ValueListBox
(Renderer<? super T> renderer, ProvidesKey<T> keyProvider) ValuePicker
(Renderer<? super T> renderer) -
Uses of Renderer in com.google.web.bindery.requestfactory.gwt.ui.client
Modifier and TypeClassDescriptionclass
Renders a proxy object, and reports the properties it requires to do that rendering.