|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.uruma.binding.value.binder.TableValueBinder
public class TableValueBinder
Table
に対する ValueBinder
です。
Table
に対してはバリュー・バインディングを行いません。
tableItem を設定した table に対してバインディングを行おうとした場合の対処用です。
コンストラクタの概要 | |
---|---|
TableValueBinder()
|
メソッドの概要 | |
---|---|
void |
exportSelection(Object widget,
Object formObj,
PropertyDesc propDesc,
UIComponent uiComp)
フォームの持つオブジェクトをウィジットの選択状態として設定します。 |
void |
exportValue(Object widget,
Object formObj,
PropertyDesc propDesc,
UIComponent uiComp)
フォームの値をウィジットへ設定します。 |
Class<?> |
getWidgetType()
対応するウィジットの Class オブジェクトを返します。 |
void |
importSelection(Object widget,
Object formObj,
PropertyDesc propDesc,
UIComponent uiComp)
ウィジットで選択されているオブジェクトをフォームへ設定します。 |
void |
importValue(Object widget,
Object formObj,
PropertyDesc propDes,
UIComponent uiCompc)
ウィジットの値をフォームへ設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public TableValueBinder()
メソッドの詳細 |
---|
public void exportSelection(Object widget, Object formObj, PropertyDesc propDesc, UIComponent uiComp)
ValueBinder
の記述:
ValueBinder
内の exportSelection
widget
- ウィジット側オブジェクトformObj
- フォーム側オブジェクトpropDesc
- フォーム側のプロパティを表す PropertyDesc
オブジェクトuiComp
- コンポーネントpublic void exportValue(Object widget, Object formObj, PropertyDesc propDesc, UIComponent uiComp)
ValueBinder
の記述:
ValueBinder
内の exportValue
widget
- ウィジット側オブジェクトformObj
- フォーム側オブジェクトpropDesc
- フォーム側のプロパティを表す PropertyDesc
オブジェクトuiComp
- コンポーネントpublic Class<?> getWidgetType()
ValueBinder
の記述: Class
オブジェクトを返します。
ValueBinder
内の getWidgetType
Class
オブジェクトpublic void importSelection(Object widget, Object formObj, PropertyDesc propDesc, UIComponent uiComp)
ValueBinder
の記述:
ValueBinder
内の importSelection
widget
- ウィジット側オブジェクトformObj
- フォーム側オブジェクトpropDesc
- フォーム側のプロパティを表す PropertyDesc
オブジェクトuiComp
- コンポーネントpublic void importValue(Object widget, Object formObj, PropertyDesc propDes, UIComponent uiCompc)
ValueBinder
の記述:
ValueBinder
内の importValue
widget
- ウィジット側オブジェクトformObj
- フォーム側オブジェクトpropDes
- フォーム側のプロパティを表す PropertyDesc
オブジェクトuiCompc
- コンポーネント
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |