org.seasar.jface.binding.impl
クラス AbstractValueBinder

java.lang.Object
  上位を拡張 org.seasar.jface.binding.impl.AbstractValueBinder
直系の既知のサブクラス:
ExportSelectionBinder, ExportValueBinder, ImportSelectionBinder, ImportValueBinder

public abstract class AbstractValueBinder
extends Object

1つのフィールドに対する ValueBinding を行うための基底クラスです。

作成者:
bskuroneko

フィールドの概要
protected  Object bean
           
protected  WindowContext context
           
protected  Field field
           
protected  Widget widget
           
protected  WidgetValueBinder widgetValueBinder
           
 
コンストラクタの概要
AbstractValueBinder(Field field, Object bean, Widget widget, WindowContext context)
           
 
メソッドの概要
 void bind()
           
protected abstract  void doBind()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

widgetValueBinder

protected WidgetValueBinder widgetValueBinder

field

protected Field field

bean

protected Object bean

widget

protected Widget widget

context

protected WindowContext context
コンストラクタの詳細

AbstractValueBinder

public AbstractValueBinder(Field field,
                           Object bean,
                           Widget widget,
                           WindowContext context)
メソッドの詳細

bind

public void bind()

doBind

protected abstract void doBind()


Copyright © 2006 The Seasar Foundation. All Rights Reserved.