| org.strecks.form.controller.BindingForm
All known Subclasses: org.strecks.bind.handler.impl.BindableBean, org.strecks.form.controller.DelegatingForm,
BindingForm | public interface BindingForm (Code) | | Represents a form which can be bound to a domain model using the annotation based binding facility
author: Phil Zoio |
bindInwards | public void bindInwards(Object actionBean)(Code) | | Bind from the to the String form bean properties to the target object(s)
Parameters: the - current action bean instance |
bindOutwards | public void bindOutwards(Object actionBean)(Code) | | Bind from the target object(s) to the String form bean properties
Parameters: the - current action bean instance |
getBindOutwards | public boolean getBindOutwards()(Code) | | Determine whether the form should be bound outwards
|
setBindConvertInfo | public void setBindConvertInfo(BindConvertInfo bindConvertInfo)(Code) | | Sets form property to domain model mappings
|
setBindOutwards | public void setBindOutwards(boolean bindOutwards)(Code) | | Indicate that the form should be bound outwards
|
|
|