|
Rename Method public load(bean BEAN) : void renamed to public readBean(bean BEAN) : void in class com.vaadin.data.Binder |
From |
To |
|
Rename Method private unbind() : void renamed to private reset() : void in class com.vaadin.data.Binder.BindingImpl |
From |
To |
|
Rename Method private doSaveIfValid(bean BEAN) : BinderValidationStatus<BEAN> renamed to private doWriteIfValid(bean BEAN) : BinderValidationStatus<BEAN> in class com.vaadin.data.Binder |
From |
To |
|
Rename Method private storeFieldValue(bean BEAN) : ValidationStatus<TARGET> renamed to private writeFieldValue(bean BEAN) : ValidationStatus<TARGET> in class com.vaadin.data.Binder.BindingImpl |
From |
To |
|
Rename Method private doUnbind(fireStatusEvent boolean) : void renamed to private doRemoveBean(fireStatusEvent boolean) : void in class com.vaadin.data.Binder |
From |
To |
|
Rename Method public unbindBinder_bound_singleEventWhenBound() : void renamed to public removeBean_bound_singleEventWhenUnBound() : void in class com.vaadin.data.BinderStatusChangeTest |
From |
To |
|
Rename Method public bind(bean BEAN) : void renamed to public setBean(bean BEAN) : void in class com.vaadin.data.Binder |
From |
To |
|
Rename Method public save(bean BEAN) : void renamed to public writeBean(bean BEAN) : void in class com.vaadin.data.Binder |
From |
To |
|
Rename Method public saveIfValid(bean BEAN) : boolean renamed to public writeBeanIfValid(bean BEAN) : boolean in class com.vaadin.data.Binder |
From |
To |
|
Rename Method public unbindBinder_unbound_singleEventWhenBound() : void renamed to public removeBean_unbound_noEventWhenUnBound() : void in class com.vaadin.data.BinderStatusChangeTest |
From |
To |