info.joseluismartin.gui.bind
Class ViewBinder

java.lang.Object
  extended by info.joseluismartin.gui.bind.AbstractBinder
      extended by info.joseluismartin.gui.bind.ViewBinder
All Implemented Interfaces:
BinderHolder, PropertyBinder, Binder<Object>, ModelHolder<Object>

public class ViewBinder
extends AbstractBinder
implements BinderHolder


Field Summary
 
Fields inherited from class info.joseluismartin.gui.bind.AbstractBinder
component, oldValue, propertyName, readOnly
 
Constructor Summary
ViewBinder()
           
 
Method Summary
 void doRefresh()
           
 void doUpdate()
           
 PropertyBinder getBinder(String propertyName)
          Lookup for a binder by property name
 
Methods inherited from class info.joseluismartin.gui.bind.AbstractBinder
bind, bind, createBindingResult, doBind, getBindingResult, getComponent, getModel, getOldValue, getPropertyName, getValue, refresh, setComponent, setModel, setOldValue, setPropertyName, setValue, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewBinder

public ViewBinder()
Method Detail

doRefresh

public void doRefresh()
Specified by:
doRefresh in class AbstractBinder

doUpdate

public void doUpdate()
Specified by:
doUpdate in class AbstractBinder

getBinder

public PropertyBinder getBinder(String propertyName)
Lookup for a binder by property name

Specified by:
getBinder in interface BinderHolder
Parameters:
propertyName - property name
Returns:
PropertyBinder or null if none


Copyright © 2013 JDAL. All Rights Reserved.