|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines methods that allow model updating via a device event handler used in conjunction with a device renderer.
IDeviceRenderer
Method Summary | |
java.lang.Object |
getContext(java.lang.Object key)
Returns the object from context by given key. |
Chart |
getDesignTimeModel()
Returns an instance of the chart design-time model |
Chart |
getRunTimeModel()
Returns an instance of the chart run-time model for the last generated instance |
java.lang.Object |
peerInstance()
Returns an instance of the peer (component) used for device-specific actions |
java.lang.Object |
putContext(java.lang.Object key,
java.lang.Object value)
Puts specified key,value to context. |
void |
regenerateChart()
Requests the container to regenerate the chart using the design-time model |
java.lang.Object |
removeContext(java.lang.Object key)
Removes the entry from context by given key if exists. |
void |
repaintChart()
Requests the container to repaint the last generated chart |
Method Detail |
public void regenerateChart()
public void repaintChart()
public java.lang.Object peerInstance()
public Chart getDesignTimeModel()
public Chart getRunTimeModel()
public java.lang.Object getContext(java.lang.Object key)
key
- Key object.
public java.lang.Object putContext(java.lang.Object key, java.lang.Object value)
key
- Key object.value
- Value object.
public java.lang.Object removeContext(java.lang.Object key)
key
- Key object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |