ViewStorageViewModel

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val views: ConcurrentHashMap<String, View>

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
open fun all(): List<View>
Link copied to clipboard
Link copied to clipboard
open fun keys(): MutableSet<String>
Link copied to clipboard
open fun removeView(key: String)
Link copied to clipboard
open fun retrieveView(key: String): View?
Link copied to clipboard
open fun storeView(key: String, view: View)