基本的なカスタマイズ > ユーザーインタフェースのカスタマイズ > MVC コンポーネント > MVC コンポーネントの概要 > MVC > MVC ビルダー
  
MVC ビルダー
2 種類のビルダーがあります。ComponentConfig を提供するビルダーは ComponentConfigBuilder と呼ばれ、ComponentData を提供するビルダーは ComponentDataBuilder と呼ばれます。
ComponentConfigBuilder: com.ptc.mvc.components.ComponentConfigBuilder を実装する Bean。
ComponentDataBuilder: 以下のいずれかのインタフェースを実装する Bean。
com.ptc.mvc.components.ComponentDataBuilder
com.ptc.mvc.components.ComponentDataBuilderAsync
com.ptc.mvc.components.TreeDataBuilderAsync
componentid の指定
タイプ依存
ビルダーの登録
MVC