|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
自動バインディングを適用する範囲を表す自動バインディング定義のインターフェースです。
自動バインディング定義には、 以下のものがあります。
auto
semiauto
constructor
property
none
フィールドの概要 | |
static String |
AUTO_NAME
自動バインディング定義名「 auto 」を表す定数です。 |
static String |
CONSTRUCTOR_NAME
自動バインディング定義名「 constructor 」を表す定数です。 |
static String |
NONE_NAME
自動バインディング定義名「 none 」を表す定数です。 |
static String |
PROPERTY_NAME
自動バインディング定義名「 property 」を表す定数です。 |
static String |
SEMIAUTO_NAME
自動バインディング定義名「 semiauto 」を表す定数です。 |
メソッドの概要 | |
ConstructorAssembler |
createConstructorAssembler(ComponentDef componentDef)
自動バインディング定義に基づき、 componentDef に対するConstructorAssembler を返します。 |
PropertyAssembler |
createPropertyAssembler(ComponentDef componentDef)
自動バインディング定義に基づき、 componentDef に対するPropertyAssembler を返します。 |
String |
getName()
自動バインディング定義名を返します。 |
フィールドの詳細 |
public static final String AUTO_NAME
auto
」を表す定数です。
public static final String SEMIAUTO_NAME
semiauto
」を表す定数です。
public static final String CONSTRUCTOR_NAME
constructor
」を表す定数です。
public static final String PROPERTY_NAME
property
」を表す定数です。
public static final String NONE_NAME
none
」を表す定数です。
メソッドの詳細 |
public String getName()
public ConstructorAssembler createConstructorAssembler(ComponentDef componentDef)
componentDef
に対するConstructorAssembler
を返します。
componentDef
- コンポーネント定義
ConstructorAssembler
public PropertyAssembler createPropertyAssembler(ComponentDef componentDef)
componentDef
に対するPropertyAssembler
を返します。
componentDef
- コンポーネント定義
PropertyAssembler
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |