org.seasar.jface.binding.impl
クラス WidgetPropertyValueBinder
java.lang.Object
org.seasar.jface.binding.impl.AbstractWidgetValueBinder
org.seasar.jface.binding.impl.WidgetPropertyValueBinder
- すべての実装されたインタフェース:
- WidgetValueBinder
public class WidgetPropertyValueBinder
- extends AbstractWidgetValueBinder
単一プロパティに対するバインディングを行うための汎用クラスです。
- 作成者:
- bskuroneko
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WidgetPropertyValueBinder
public WidgetPropertyValueBinder(Class<? extends Widget> widgetType,
String propertyName)
getWidgetValue
protected Object getWidgetValue(Widget widget)
- 定義:
- クラス
AbstractWidgetValueBinder
内の getWidgetValue
putWidgetValue
protected void putWidgetValue(Widget widget,
Object value)
- 定義:
- クラス
AbstractWidgetValueBinder
内の putWidgetValue
exportSelection
public void exportSelection(Object srcObject,
Field srcField,
Widget dest,
WindowContext context)
- インタフェース
WidgetValueBinder
の記述:
- フィールドのオブジェクトでウィジットを選択状態にします。
- パラメータ:
srcObject
- 設定元オブジェクトsrcField
- 設定元 Field
dest
- 設定先 Widget
context
- WindowContext
オブジェクト
importSelection
public void importSelection(Widget src,
Object destObject,
Field destField,
WindowContext context)
- インタフェース
WidgetValueBinder
の記述:
- ウィジットで選択されているオブジェクトをフィールドへ設定します。
- パラメータ:
src
- 選択状態にある Widget
destObject
- 設定先オブジェクトdestField
- 設定先 Field
context
- WindowContext
オブジェクト
Copyright © 2006 The Seasar Foundation. All Rights Reserved.