org.seasar.jface.annotation.component
注釈タイプ ComponentAttribute


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ComponentAttribute

コンポーネントからSWTのウィジットに対するレンダリング方法を指定するアノテーションです。

作成者:
y-komori

任意要素の概要
 ComponentAttribute.ConversionType conversionType
          対象への変換方式を表します。
 ComponentAttribute.SetTiming setTiming
          対象への設定タイミングを表します。
 ComponentAttribute.TargetType targetType
          対象への設定方式を表します。
 

targetType

public abstract ComponentAttribute.TargetType targetType
対象への設定方式を表します。

戻り値:
対象への設定方式
デフォルト:
PROPERTY

conversionType

public abstract ComponentAttribute.ConversionType conversionType
対象への変換方式を表します。

戻り値:
対象への変換方式
デフォルト:
STRING

setTiming

public abstract ComponentAttribute.SetTiming setTiming
対象への設定タイミングを表します。

戻り値:
対象への設定タイミング
デフォルト:
RENDER


Copyright © 2006 The Seasar Foundation. All Rights Reserved.