object Schiffe : Storage<Schiff>
Holding all Schiff objects that were loaded from the database
loading |
val loading: SimpleBooleanProperty
|
supplier |
val supplier: () -> List<T>
|
clear |
fun clear(): Unit
Clears all items |
get |
fun get(): ObservableList<T>
Retrieves the stored items |
load |
fun load(): Unit
Reloads the contained items |
valueOf |
fun Any?.valueOf(): String
|