public abstract class FormObject<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
static NamedObject |
VERSION_EMPTY_SELECTION |
| Constructor and Description |
|---|
FormObject() |
| Modifier and Type | Method and Description |
|---|---|
T |
getSource() |
void |
loadFrom(T source,
String language) |
protected abstract void |
reset() |
void |
saveTo(T dest,
String language) |
public static NamedObject VERSION_EMPTY_SELECTION
Copyright © 2022 Open Foris. All rights reserved.