org.seasar.uruma.component.spec
注釈タイプ SpecValue


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface SpecValue

GUI コンポーネントの属性に関する仕様を指定するためのアノテーションです。

作成者:
y-komori

必須要素の概要
 String[] choices
           
 String defaultValue
           
 String higherLimit
           
 String lowerLimit
           
 boolean mandatory
           
 

要素の詳細

defaultValue

public abstract String defaultValue
戻り値:
省略時のデフォルト値

lowerLimit

public abstract String lowerLimit
戻り値:
値の下限値

higherLimit

public abstract String higherLimit
戻り値:
値の上限値

mandatory

public abstract boolean mandatory
戻り値:
true の場合、必須属性。

choices

public abstract String[] choices
戻り値:
CHOICE 型属性の場合の選択肢。


Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.