T - the element typeC - the collection type@ValueTranslatorService(modelClass=java.util.List.class, viewClass=javafx.collections.ObservableList.class) public class PdoObservableListTranslator<T extends PersistentDomainObject<T>,C extends List<T>> extends ObservableListTranslator<T,C>
| Constructor and Description |
|---|
PdoObservableListTranslator(FxComponent component)
Creates a translator for components maintaining a list of objects.
|
toModelFunction, toViewFunctiongetComponent, isLenient, setLenientclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitneedsToModelTwice, toModel, toViewpublic PdoObservableListTranslator(FxComponent component)
component - the componentTentackle - distributed, domain- and model-driven