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>
public abstract class ProxyRenderer<R> extends AbstractRenderer<R>
Renders a proxy object, and reports the properties it requires to do that rendering.
-
-
Constructor Summary
Constructors Constructor Description ProxyRenderer(java.lang.String[] paths)
Constructs aProxyRenderer
with a given set of paths.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getPaths()
The properties required by this renderer.-
Methods inherited from class com.google.gwt.text.shared.AbstractRenderer
render
-
-
-
-
Constructor Detail
-
ProxyRenderer
public ProxyRenderer(java.lang.String[] paths)
Constructs aProxyRenderer
with a given set of paths.- Parameters:
paths
- an Array of Strings
-
-