クラス FormViewUtil

java.lang.Object
org.iplass.mtp.view.generic.FormViewUtil

public class FormViewUtil extends Object
フォーム定義用ユーティリティクラス
  • コンストラクタの詳細

    • FormViewUtil

      public FormViewUtil()
  • メソッドの詳細

    • getSearchFormView

      public static SearchFormView getSearchFormView(EntityDefinition ed, EntityView ev, String viewName)
      viewNameで指定した検索画面定義を取得します。 自動生成対象のViewの場合、自動生成した画面定義を返します。
      パラメータ:
      ed - Entity定義
      ev - 画面定義
      viewName - View名
      戻り値:
      検索画面定義
    • getBulkFormView

      public static BulkFormView getBulkFormView(EntityDefinition ed, EntityView ev, String viewName)
      viewNameで指定した一括更新画面定義を取得します。 自動生成対象のViewの場合、自動生成した画面定義を返します。
      パラメータ:
      ed - Entity定義
      ev - 画面定義
      viewName - View名
      戻り値:
      一括更新画面定義
    • createDefaultSearchFormView

      public static SearchFormView createDefaultSearchFormView(EntityDefinition ed)
      デフォルトの検索画面用定義を生成します。 表示名も設定します。
      パラメータ:
      ed - Entity定義
      戻り値:
      デフォルトの検索画面用定義
    • createDefaultSearchFormView

      public static SearchFormView createDefaultSearchFormView(EntityDefinition ed, boolean isLoadDisplayLabel)
      デフォルトの検索画面用定義を生成します。
      パラメータ:
      ed - Entity定義
      isLoadDisplayLabel - 表示名をセットするか
      戻り値:
      デフォルトの検索画面用定義
    • getDetailFormView

      public static DetailFormView getDetailFormView(EntityDefinition ed, EntityView ev, String viewName)
      viewNameで指定した詳細画面定義を取得します。 自動生成対象のViewの場合、自動生成した画面定義を返します。
      パラメータ:
      ed - Entity定義
      ev - 画面定義
      viewName - View名
      戻り値:
      詳細画面定義
    • createDefaultDetailFormView

      public static DetailFormView createDefaultDetailFormView(EntityDefinition ed)
      デフォルトの詳細画面用定義を生成します。 表示名も設定します。
      パラメータ:
      ed - Entity定義
      戻り値:
      デフォルトの詳細画面用定義
    • createDefaultDetailFormView

      public static DetailFormView createDefaultDetailFormView(EntityDefinition ed, boolean isLoadDisplayLabel)
      デフォルトの詳細画面用定義を生成します。
      パラメータ:
      ed - Entity定義
      isLoadDisplayLabel - 表示名をセットするか
      戻り値:
      デフォルトの詳細画面用定義
    • createDefaultBulkFormView

      public static BulkFormView createDefaultBulkFormView(EntityDefinition ed)
      デフォルトの一括更新画面用定義を生成します。 表示名も設定します。
      パラメータ:
      ed - Entity定義
      戻り値:
      デフォルトの一括更新画面用定義
    • createDefaultBulkFormView

      public static BulkFormView createDefaultBulkFormView(EntityDefinition ed, boolean isLoadDisplayLabel)
      デフォルトの一括更新画面用定義を生成します。
      パラメータ:
      ed - Entity定義
      isLoadDisplayLabel - 表示名をセットするか
      戻り値:
      デフォルトの一括更新画面用定義
    • getDefaultEditor

      public static PropertyEditor getDefaultEditor(PropertyDefinition pd)
      プロパティ定義の型に合わせたプロパティエディタを取得します。 表示名も設定します。
      パラメータ:
      pd - プロパティ定義
      戻り値:
      プロパティエディタ
    • getDefaultEditor

      public static PropertyEditor getDefaultEditor(PropertyDefinition pd, boolean isLoadDisplayLabel)
      プロパティ定義の型に合わせたプロパティエディタを取得します。
      パラメータ:
      pd - プロパティ定義
      isLoadDisplayLabel - 表示名をセットするか
      戻り値:
      プロパティエディタ
    • getDefaultEditor

      public static PropertyEditor getDefaultEditor(PropertyDefinition pd, boolean isLoadDisplayLabel, boolean isReadOnly)
      プロパティ定義の型に合わせたプロパティエディタを取得します。
      パラメータ:
      pd - プロパティ定義
      isLoadDisplayLabel - 表示名をセットするか
      isReadOnly - 読み取り専用
      戻り値:
      プロパティエディタ