public class EmptyUpdateNotifier extends java.lang.Object implements IUpdateNotifier
Constructor and Description |
---|
EmptyUpdateNotifier(Chart designModel,
Chart runtimeModel)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
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().
|
public void regenerateChart()
IUpdateNotifier
regenerateChart
in interface IUpdateNotifier
public void repaintChart()
IUpdateNotifier
repaintChart
in interface IUpdateNotifier
public java.lang.Object peerInstance()
IUpdateNotifier
peerInstance
in interface IUpdateNotifier
public Chart getDesignTimeModel()
IUpdateNotifier
getDesignTimeModel
in interface IUpdateNotifier
public Chart getRunTimeModel()
IUpdateNotifier
getRunTimeModel
in interface IUpdateNotifier
Copyright © 2014 OpenText Corp. All rights reserved.