|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| ValueBinder を使用しているパッケージ | |
|---|---|
| org.seasar.uruma.binding.value | |
| org.seasar.uruma.binding.value.binder | |
| org.seasar.uruma.binding.value.command | |
| org.seasar.uruma.binding.value での ValueBinder の使用 |
|---|
| ValueBinder を返す org.seasar.uruma.binding.value のメソッド | |
|---|---|
static ValueBinder |
ValueBinderFactory.getValueBinder(Class<?> widgetClass)
widgetClass に対応する ValueBinder を取得します。 |
| ValueBinder 型のパラメータを持つ org.seasar.uruma.binding.value のメソッド | |
|---|---|
static void |
ValueBinderFactory.addValueBinder(ValueBinder valueBinder)
ValueBinder を登録します。 |
| org.seasar.uruma.binding.value.binder での ValueBinder の使用 |
|---|
| ValueBinder を実装している org.seasar.uruma.binding.value.binder のクラス | |
|---|---|
class |
AbstractValueBinder<WIDGET_TYPE>
ValueBinder のための基底クラスです。 |
class |
BrowserValueBinder
Browser のための ValueBinder です。 |
class |
ComboViewerValueBinder
ComboViewer のための ValueBinder です。 |
class |
DateTimeValueBinder
DateTime のための ValueBinder です。 |
class |
GenericValueBinder<WIDGET_TYPE>
汎用的な ValueBinder です。 |
class |
StatusLineManagerValueBinder
IStatusLineManager のための ValueBinder です。 |
class |
TableValueBinder
Table に対する ValueBinder です。 |
class |
TableViewerValueBinder
TableViewer のための ValueBinder です。 |
class |
TreeViewerValueBinder
TreeViewer のための ValueBinder です。 |
| org.seasar.uruma.binding.value.command での ValueBinder の使用 |
|---|
| ValueBinder 型のパラメータを持つ org.seasar.uruma.binding.value.command のメソッド | |
|---|---|
protected void |
ImportValueCommand.doBind(ValueBinder binder,
Object widget,
Object formObj,
PropertyDesc propDesc,
UIComponent uiComp)
|
protected void |
ImportSelectionCommand.doBind(ValueBinder binder,
Object widget,
Object formObj,
PropertyDesc propDesc,
UIComponent uiComp)
|
protected void |
ExportValueCommand.doBind(ValueBinder binder,
Object widget,
Object formObj,
PropertyDesc propDesc,
UIComponent uiComp)
|
protected void |
ExportSelectionCommand.doBind(ValueBinder binder,
Object widget,
Object formObj,
PropertyDesc propDesc,
UIComponent uiComp)
|
protected abstract void |
AbstractBindingCommand.doBind(ValueBinder binder,
Object widget,
Object formObj,
PropertyDesc propDesc,
UIComponent uiComp)
バインド処理を実行します。 |
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||