public class BindingContainerChangeAdapterForCtxEvent extends DCBindingContainerChangeAdapter
| Constructor and Description |
|---|
BindingContainerChangeAdapterForCtxEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCurrencyChange(DCBindingContainerCurrencyChangeEvent ev)
Invoked after a binding object calls a navigation event
to display the next row data.
|
void |
afterSaveTransaction(DCBindingContainerChangeEvent ev)
Invoked after binding object calls commit() on
the transaction to save any pending changes into the database.
|
void |
afterSetAttribute(DCBindingContainerValueChangeEvent ev)
Invoked after binding object calls Row.setAttribute()
to update a value from a binding object into the corresponding
Row object.
|
public BindingContainerChangeAdapterForCtxEvent()
public void afterSetAttribute(DCBindingContainerValueChangeEvent ev)
afterSetAttribute in interface DCBindingContainerChangeListenerafterSetAttribute in class DCBindingContainerChangeAdapterpublic void afterCurrencyChange(DCBindingContainerCurrencyChangeEvent ev)
afterCurrencyChange in interface DCBindingContainerChangeListenerafterCurrencyChange in class DCBindingContainerChangeAdapterpublic void afterSaveTransaction(DCBindingContainerChangeEvent ev)
afterSaveTransaction in interface DCBindingContainerChangeListenerafterSaveTransaction in class DCBindingContainerChangeAdapter