Class Paintable.RepaintRequestEvent

Repaint request event is thrown when the paintable needs to be repainted. This is typically done when the paint() method would return dissimilar UIDL from the previous call of the method.

Synopsis

Inheritance Path.  java.lang.Object-> java.util.EventObject-> com.itmill.toolkit.terminal.Paintable.RepaintRequestEvent

Paintable.RepaintRequestEvent(Paintable)

Parameters

source

The paintable needing repaint

Construct new event.

getPaintable()

Parameters

return

Paintable for which the paint() method will return dissimilar UIDL from the previous call of the method.

Get the paintable needing repainting.