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, getResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtraHtmlpublic 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()