Mixin for classes (usually widgets) that watch a set of invalidating properties.
- Source:
Extends
Methods
-
addInvalidatingProperties()
-
Adds the properties listed as arguments to the properties watched for triggering invalidation. This method must be called during the startup lifecycle before buildRendering() completes, usually in preCreate().
- Source:
-
invalidateProperty()
-
Invalidates the property for the next execution frame.
- Source:
-
invalidateRendering()
-
Invalidates the rendering for the next execution frame.
- Source:
-
refreshProperties()
-
Actually refreshes the properties.
- Source:
-
refreshRendering()
-
Actually refreshes the rendering.
- Source:
-
validate()
-
Immediately validates the properties and the rendering.
- Source:
-
validateRendering()
-
Immediately validates the rendering.
- Source: