X
- public class StandAloneFormUpdateProducerTransition<X> extends EditTransition<X>
FormUpdate
generated by
a FormUpdateProducer
. This is assumed to be a StandAloneFormUpdate
.
The main difference from StandAloneFormUpdateTransition
is that the creation of
the StandAloneFormUpdate
is deferred.StandAloneFormUpdateTransition
,
UpdateTransition
![]() |
![]() |
![]() |
Constructor and Description |
---|
StandAloneFormUpdateProducerTransition(java.lang.String type_name,
FormUpdateProducer<X> producer) |
Modifier and Type | Method and Description |
---|---|
FormUpdateProducer<X> |
getFormUpdateProducer() |
StandAloneFormUpdate<X> |
getUpdate(AppContext c,
X dat) |
buildForm, getExtraHtml, getResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtraHtml
public StandAloneFormUpdateProducerTransition(java.lang.String type_name, FormUpdateProducer<X> producer)
public StandAloneFormUpdate<X> getUpdate(AppContext c, X dat)
getUpdate
in class EditTransition<X>
public FormUpdateProducer<X> getFormUpdateProducer()