|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUpdateNotifier
Defines methods that allow model updating via a device event handler used in conjunction with a device renderer.
IDeviceRenderer
Method Summary | |
---|---|
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 |
void |
regenerateChart()
Requests the container to regenerate the chart using the design-time model. |
void |
repaintChart()
Requests the container to repaint the last generated chart This should call IGenerator.render(), but not build() nor refresh(). |
Method Detail |
---|
void regenerateChart()
void repaintChart()
java.lang.Object peerInstance()
Chart getDesignTimeModel()
Chart getRunTimeModel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |