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 Details

    • ProxyRenderer

      public ProxyRenderer(String[] paths)
      Constructs a ProxyRenderer with a given set of paths.
      Parameters:
      paths - an Array of Strings
  • Method Details

    • getPaths

      public String[] getPaths()
      The properties required by this renderer.
      Returns:
      an Array of String paths