This companion object provides predefines instances of class RefreshPolicy.
Note to students: You’re unlikely to need this for anything in O1.
- Companion:
- class
Type members
Classlikes
The RefreshPolicy of seeking to update the image visible in a View
as often as possible.
(Time-consuming but always safe.)
The RefreshPolicy of seeking to update the image visible in a View
as often as possible.
(Time-consuming but always safe.)
Note to students: You’re unlikely to need this for anything in O1.
The RefreshPolicy of seeking to update the image visible in a View
only when the
current model object is non-identical in terms of equals
than the previous one shown.
The RefreshPolicy of seeking to update the image visible in a View
only when the
current model object is non-identical in terms of equals
than the previous one shown.
Note to students: You’re unlikely to need this for anything in O1.
The RefreshPolicy of seeking to update the image visible in a View
only when the current model
object is different in identity than the previous one shown.
The RefreshPolicy of seeking to update the image visible in a View
only when the current model
object is different in identity than the previous one shown.
Note to students: You’re unlikely to need this for anything in O1.