|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FormItemInputTransformer
| Method Summary | |
|---|---|
Object |
transformInput(DynamicForm form,
FormItem item,
Object value,
Object oldValue)
Called when a FormItem's value is about to change as the result of user interaction. |
| Method Detail |
|---|
Object transformInput(DynamicForm form,
FormItem item,
Object value,
Object oldValue)
change event.
form - the managing DynamicForm instaneitem - the form item itselfvalue - the new value of the form itemoldValue - the previous (current) value of the form item
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||