This companion object provides predefines instances of class RefreshPolicy.
Note to students: You’re unlikely to need this for anything in O1.
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
RefreshPolicy.type
Members list
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.
Attributes
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.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RefreshPolicyclass Objecttrait Matchableclass AnyShow all
- Self type
-
UnlessIdentical.type
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.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RefreshPolicyclass Objecttrait Matchableclass AnyShow all
- Self type
-
UnlessSameReference.type