Uses of Class
de.xima.fc.common.bean_models.SourceableLocalizationViewModel
-
Packages that use SourceableLocalizationViewModel Package Description de.xima.fc.common.bean_models de.xima.fc.common.bean_models.workflow.state -
-
Uses of SourceableLocalizationViewModel in de.xima.fc.common.bean_models
Subclasses of SourceableLocalizationViewModel in de.xima.fc.common.bean_models Modifier and Type Class Description class
DefaultLocalizationViewModel
Default POJO implementation ofILocalizationViewModel
that uses a default entry type, if you do not need a custom entry type.class
PojoLocalizationViewModel<E extends ILocalizationViewModelEntry>
Base POJO implementation ofILocalizationViewModel
with implementations for most methods, but still a generic type for the entry type. -
Uses of SourceableLocalizationViewModel in de.xima.fc.common.bean_models.workflow.state
Subclasses of SourceableLocalizationViewModel in de.xima.fc.common.bean_models.workflow.state Modifier and Type Class Description class
UserPortalStateLocalizationViewModel
View model for editing localized messages of auser portal state
.
-