KotlinTrader / com.doubleu.kotlintrader.data / OrtWaren

OrtWaren

object OrtWaren : Storage<Ort_has_Ware>

Holding Ort_has_Ware objects that were loaded from the database. They always depend on the current ort

Inherited Properties

loading val loading: SimpleBooleanProperty

Indicates whether the items are currently being loaded

supplier val supplier: () -> List<T>

Inherited Functions

clear fun clear(): Unit

Clears all items

get fun get(): ObservableList<T>

Retrieves the stored items

load fun load(): Unit

Reloads the contained items

Extension Functions

valueOf fun Any?.valueOf(): String