public interface IInvalidatableElement
IInvalidatableElement
can be invalidated (redrawn)Modifier and Type | Method and Description |
---|---|
void |
invalidateElement()
Asynchronously requests that the element redraws itself plus children.
|
void invalidateElement()
ISuspendable
and currently ISuspendable.getIsSuspended()
(within a ISuspendable.suspendUpdates()
/ISuspendable.resumeUpdates(IUpdateSuspender)
call)