public abstract class CanvasResource extends Object implements IClientTransform
| Modifier | Constructor and Description |
|---|---|
protected |
CanvasResource(BaseCanvasComponent<?,?> canvas,
boolean requestResponse,
String factory,
Object... args) |
protected |
CanvasResource(BaseCanvasComponent<?,?> canvas,
String factory,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
callback(Object response) |
protected void |
config(IResponseCallback<?> callback,
String property,
Object value) |
protected void |
config(String property,
Object value) |
protected void |
destroy() |
protected void |
finalize() |
BaseCanvasComponent<?,?> |
getCanvas()
Returns the canvas to which this resource belongs.
|
protected void |
init(IResponseCallback<?> callback,
String function,
Object... args) |
protected void |
init(String function,
Object... args) |
protected void |
initResource(IResponseCallback<?> callback,
String factory,
Object... args) |
protected void |
invoke(IResponseCallback<?> callback,
String function,
Object... args) |
protected void |
invoke(String function,
Object... args) |
Object |
transformForClient()
Special client transform for resources.
|
protected CanvasResource(BaseCanvasComponent<?,?> canvas, String factory, Object... args)
protected CanvasResource(BaseCanvasComponent<?,?> canvas, boolean requestResponse, String factory, Object... args)
protected void callback(Object response)
protected void initResource(IResponseCallback<?> callback, String factory, Object... args)
protected void init(IResponseCallback<?> callback, String function, Object... args)
protected void invoke(IResponseCallback<?> callback, String function, Object... args)
protected void config(IResponseCallback<?> callback, String property, Object value)
protected void destroy()
protected void finalize()
throws Throwable
public BaseCanvasComponent<?,?> getCanvas()
public Object transformForClient()
transformForClient in interface IClientTransformIClientTransform.transformForClient()Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.