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) |
getResultgetRepository, resetStructurepublic static final java.lang.String FIELD
public final void buildForm(Form f, T target, AppContext c) throws TransitionException
BaseFormTransitionf - Form to be builttarget - target ObjectTransitionExceptionprotected abstract void addFormParams(Form f, T target, AppContext c)