|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.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 内の exportSelectionwidget - ウィジット側オブジェクトformObj - フォーム側オブジェクトpropDesc - フォーム側のプロパティを表す PropertyDesc オブジェクトuiComp - コンポーネント
public void exportValue(Object widget,
Object formObj,
PropertyDesc propDesc,
UIComponent uiComp)
ValueBinder の記述:
ValueBinder 内の exportValuewidget - ウィジット側オブジェクトformObj - フォーム側オブジェクトpropDesc - フォーム側のプロパティを表す PropertyDesc オブジェクトuiComp - コンポーネントpublic Class<?> getWidgetType()
ValueBinder の記述: Class オブジェクトを返します。
ValueBinder 内の getWidgetTypeClass オブジェクト
public void importSelection(Object widget,
Object formObj,
PropertyDesc propDesc,
UIComponent uiComp)
ValueBinder の記述:
ValueBinder 内の importSelectionwidget - ウィジット側オブジェクトformObj - フォーム側オブジェクトpropDesc - フォーム側のプロパティを表す PropertyDesc オブジェクトuiComp - コンポーネント
public void importValue(Object widget,
Object formObj,
PropertyDesc propDes,
UIComponent uiCompc)
ValueBinder の記述:
ValueBinder 内の importValuewidget - ウィジット側オブジェクトformObj - フォーム側オブジェクトpropDes - フォーム側のプロパティを表す PropertyDesc オブジェクトuiCompc - コンポーネント
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||