public interface PropertyBinder extends Binder<Object>
| Modifier and Type | Method and Description |
|---|---|
void |
bind(Object component,
String propertyName,
Object model)
Bind changes on component to a model property
|
void |
bind(Object component,
String propertyName,
Object model,
boolean readOnly)
Bind changes on component to a model property
|
Object |
getComponent() |
String |
getPropertyName()
return property name
|
getBindingResult, refresh, updategetModel, setModelvoid bind(Object component, String propertyName, Object model)
component - component to bindpropertyName - the property name to bindmodel - model to bind.void bind(Object component, String propertyName, Object model, boolean readOnly)
component - component to bindpropertyName - the property name to bindmodel - model to bind.readOnly - if true, the binding is readOnly, ie from model to control.Object getComponent()
String getPropertyName()
Copyright © 2014 JDAL. All Rights Reserved.