Class ProxyRenderer<R>
java.lang.Object
com.google.gwt.text.shared.AbstractRenderer<R>
com.google.web.bindery.requestfactory.gwt.ui.client.ProxyRenderer<R>
- Type Parameters:
R
- the type to render
- All Implemented Interfaces:
Renderer<R>
Renders a proxy object, and reports the properties it requires to do that
rendering.
-
Constructor Summary
ConstructorDescriptionProxyRenderer
(String[] paths) Constructs aProxyRenderer
with a given set of paths. -
Method Summary
Methods inherited from class com.google.gwt.text.shared.AbstractRenderer
render
-
Constructor Details
-
ProxyRenderer
Constructs aProxyRenderer
with a given set of paths.- Parameters:
paths
- an Array of Strings
-
-
Method Details
-
getPaths
The properties required by this renderer.- Returns:
- an Array of String paths
-