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
メソッドの概要 |
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.