org.seasar.jface.binding
インタフェース FormDesc

既知の実装クラスの一覧:
FormDescImpl

public interface FormDesc

フォームクラスに関する詳細情報を保持するインターフェースです。

作成者:
y-komori

メソッドの概要
 List<Field> getExportSelectionFields()
          ExportSelection アノテーションが付加されたフィールドのリストを取得します。
 List<Field> getExportValueFields()
          ExportValue アノテーションが付加されたフィールドのリストを取得します。
 List<Field> getImportSelectionFields()
          ImportSelection アノテーションが付加されたフィールドのリストを取得します。
 List<Field> getImportValueFields()
          ImportValue アノテーションが付加されたフィールドのリストを取得します。
 

メソッドの詳細

getImportValueFields

List<Field> getImportValueFields()
ImportValue アノテーションが付加されたフィールドのリストを取得します。

戻り値:
Fieldのリスト

getExportValueFields

List<Field> getExportValueFields()
ExportValue アノテーションが付加されたフィールドのリストを取得します。

戻り値:
Fieldのリスト

getImportSelectionFields

List<Field> getImportSelectionFields()
ImportSelection アノテーションが付加されたフィールドのリストを取得します。

戻り値:
Fieldのリスト

getExportSelectionFields

List<Field> getExportSelectionFields()
ExportSelection アノテーションが付加されたフィールドのリストを取得します。

戻り値:
Fieldのリスト


Copyright © 2006 The Seasar Foundation. All Rights Reserved.