|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.jface.binding.impl.TableValueBinder
public class TableValueBinder
TableViewer
のための ValueBinder です。
コンストラクタの概要 | |
---|---|
TableValueBinder()
|
メソッドの概要 | |
---|---|
void |
exportSelection(Object srcObject,
Field srcField,
Widget dest,
WindowContext context)
フィールドのオブジェクトでウィジットを選択状態にします。 |
void |
exportValue(Object srcObject,
Field srcField,
Widget dest,
WindowContext context)
フィールドからウィジットへ値を設定します。 |
Class<? extends Widget> |
getWidgetType()
対応するウィジットの型を返します。 |
void |
importSelection(Widget src,
Object destObject,
Field destField,
WindowContext context)
ウィジットで選択されているオブジェクトをフィールドへ設定します。 |
void |
importValue(Widget src,
Object destObject,
Field destField,
WindowContext context)
ウィジットからフィールドへ値を設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public TableValueBinder()
メソッドの詳細 |
---|
public void exportValue(Object srcObject, Field srcField, Widget dest, WindowContext context)
WidgetValueBinder
の記述:
WidgetValueBinder
内の exportValue
srcObject
- 設定元オブジェクトsrcField
- 設定元 Field
dest
- 設定先 Widget
context
- WindowContext
オブジェクトpublic void importValue(Widget src, Object destObject, Field destField, WindowContext context)
WidgetValueBinder
の記述:
WidgetValueBinder
内の importValue
src
- 設定元 Widget
destObject
- 設定先オブジェクトdestField
- 設定先 Field
context
- WindowContext
オブジェクトpublic Class<? extends Widget> getWidgetType()
WidgetValueBinder
の記述:
WidgetValueBinder
内の getWidgetType
public void exportSelection(Object srcObject, Field srcField, Widget dest, WindowContext context)
WidgetValueBinder
の記述:
WidgetValueBinder
内の exportSelection
srcObject
- 設定元オブジェクトsrcField
- 設定元 Field
dest
- 設定先 Widget
context
- WindowContext
オブジェクトpublic void importSelection(Widget src, Object destObject, Field destField, WindowContext context)
WidgetValueBinder
の記述:
WidgetValueBinder
内の importSelection
src
- 選択状態にある Widget
destObject
- 設定先オブジェクトdestField
- 設定先 Field
context
- WindowContext
オブジェクト
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |