object OrtWaren : Storage<Ort_has_Ware>
Holding Ort_has_Ware objects that were loaded from the database. They always depend on the current ort
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
|