|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface WidgetValueBinderCommand
バインドの実行を行うためのインターフェースです。
メソッドの概要 | |
---|---|
void |
doBind(Widget widget,
Object target,
Field field,
WindowContext context)
指定された WidgetValueBinder のメソッドを呼び出します。 |
List<Field> |
getTargetFields(FormDesc desc)
FormDesc からバインド対象のフィールドを取得します。 |
void |
setWidgetValueBinder(WidgetValueBinder binder)
WidgetValueBinder を設定します。 |
メソッドの詳細 |
---|
void setWidgetValueBinder(WidgetValueBinder binder)
WidgetValueBinder
を設定します。
binder
- WidgetValueBinder
オブジェクト。void doBind(Widget widget, Object target, Field field, WindowContext context)
WidgetValueBinder
のメソッドを呼び出します。
widget
- Widget
オブジェクトtarget
- ターゲットのオブジェクトfield
- ターゲットの Field
context
- WindowContext
オブジェクトList<Field> getTargetFields(FormDesc desc)
desc
- FormDesc
オブジェクト
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |