public abstract class AddFieldTransition<T extends DataObjectFactory> extends EditTableFormTransition<T>
Modifier and Type | Class and Description |
---|---|
class |
AddFieldTransition.AddFieldAction |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FIELD |
Constructor and Description |
---|
AddFieldTransition() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
addFormParams(Form f,
T target,
AppContext c) |
void |
buildForm(Form f,
T target,
AppContext c)
Build the transition form.
|
protected abstract FieldType |
getFieldType(Form f) |
getResult
getRepository, resetStructure
public static final java.lang.String FIELD
public final void buildForm(Form f, T target, AppContext c) throws TransitionException
BaseFormTransition
f
- Form to be builttarget
- target ObjectTransitionException
protected abstract void addFormParams(Form f, T target, AppContext c)