|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.text.shared.AbstractRenderer<R>
com.google.gwt.requestfactory.ui.client.ProxyRenderer<R>
R
- the type to render
@Deprecated public abstract class ProxyRenderer<R>
Renders a proxy object, and reports the properties it requires to do that rendering.
RequestFactory has moved to
com.google.web.bindery.requestfactory
. This package will be
removed in a future version of GWT.
Constructor Summary | |
---|---|
ProxyRenderer(java.lang.String[] paths)
Deprecated. Constructs a ProxyRenderer with a given set of paths. |
Method Summary | |
---|---|
java.lang.String[] |
getPaths()
Deprecated. The properties required by this renderer. |
Methods inherited from class com.google.gwt.text.shared.AbstractRenderer |
---|
render |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.gwt.text.shared.Renderer |
---|
render |
Constructor Detail |
---|
public ProxyRenderer(java.lang.String[] paths)
ProxyRenderer
with a given set of paths.
paths
- an Array of StringsMethod Detail |
---|
public java.lang.String[] getPaths()
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |