public class MoveDateTransition<T extends TimePeriod,K> extends AbstractFormTransition<T> implements GatedTransition<T>
Modifier and Type | Class and Description |
---|---|
class |
MoveDateTransition.MoveDateAction |
class |
MoveDateTransition.MoveValidator |
Modifier and Type | Field and Description |
---|---|
protected boolean |
move_start |
Constructor and Description |
---|
MoveDateTransition(ViewTransitionFactory<K,T> tp,
SequenceManager<T> fac,
boolean move_start) |
Modifier and Type | Method and Description |
---|---|
boolean |
allow(SessionService<?> serv,
T target) |
void |
buildForm(Form f,
T target,
AppContext conn)
Build the transition form.
|
getResult
public MoveDateTransition(ViewTransitionFactory<K,T> tp, SequenceManager<T> fac, boolean move_start)
public void buildForm(Form f, T target, AppContext conn) throws TransitionException
BaseFormTransition
buildForm
in interface BaseFormTransition<T extends TimePeriod>
f
- Form to be builttarget
- target ObjectTransitionException
public boolean allow(SessionService<?> serv, T target)
allow
in interface GatedTransition<T extends TimePeriod>