org.seasar.uruma.binding.value.binder
クラス TableViewerValueBinder
java.lang.Object
org.seasar.uruma.binding.value.binder.AbstractValueBinder<TableViewer>
org.seasar.uruma.binding.value.binder.TableViewerValueBinder
- すべての実装されたインタフェース:
- ValueBinder
public class TableViewerValueBinder
- extends AbstractValueBinder<TableViewer>
TableViewer
のための ValueBinder
です。
- 作成者:
- y-komori
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableViewerValueBinder
public TableViewerValueBinder()
TableViewerValueBinder
を構築します。
doExportValue
protected void doExportValue(TableViewer widget,
Object formObj,
PropertyDesc propDesc,
UIComponent uiComp)
- クラス
AbstractValueBinder
の記述:
- フォームの値をウィジットへ設定します。
デフォルトでは、 widget
が StructuredViewer
のサブクラスかつコンテンツプロバイダが ContentsHolder
の実装クラスである場合に、
propDesc
の持つ値をコンテンツプロバイダへ設定します。
デフォルト処理をカスタマイズしたい場合は、サブクラスでオーバーライドしてください。
- オーバーライド:
- クラス
AbstractValueBinder<TableViewer>
内の doExportValue
- パラメータ:
widget
- ウィジット側オブジェクトformObj
- フォーム側オブジェクトpropDesc
- フォーム側のプロパティを表す PropertyDesc
オブジェクトuiComp
- コンポーネント
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.