public abstract class

ProxyRenderer

extends AbstractRenderer<T>
java.lang.Object
   ↳ com.google.gwt.text.shared.AbstractRenderer<T>
     ↳ com.google.gwt.requestfactory.ui.client.ProxyRenderer<R>

Class Overview

Renders a proxy object, and reports the properties it requires to do that rendering.

Summary

Public Constructors
ProxyRenderer(String[] paths)
Constructs a ProxyRenderer with a given set of paths.
Public Methods
String[] getPaths()
The properties required by this renderer.
[Expand]
Inherited Methods
From class com.google.gwt.text.shared.AbstractRenderer
From class java.lang.Object
From interface com.google.gwt.text.shared.Renderer

Public Constructors

public ProxyRenderer (String[] paths)

Constructs a ProxyRenderer with a given set of paths.

Parameters
paths an Array of Strings

Public Methods

public String[] getPaths ()

The properties required by this renderer.

Returns
  • an Array of String paths