Class EditorValue
java.lang.Object
org.iplass.mtp.view.generic.editor.EditorValue
- All Implemented Interfaces:
Serializable,org.iplass.adminconsole.view.annotation.Refrectable
public class EditorValue
extends Object
implements org.iplass.adminconsole.view.annotation.Refrectable
セレクトボックスの値
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()ラベルを取得します。多言語設定情報を設定します。getStyle()クラス名を取得します。getValue()値を取得します。voidラベルを設定します。voidsetLocalizedLabelList(List<LocalizedStringDefinition> localizedLabelList) 多言語設定情報を追加します。voidクラス名void値を設定します。
-
Constructor Details
-
EditorValue
public EditorValue()デフォルトコンストラクタ -
EditorValue
コンストラクタ- Parameters:
label- ラベルvalue- 値
-
-
Method Details
-
getLabel
ラベルを取得します。- Returns:
- ラベル
-
setLabel
ラベルを設定します。- Parameters:
label- ラベル
-
getValue
値を取得します。- Returns:
- 値
-
setValue
値を設定します。- Parameters:
value- 値
-
getStyle
クラス名を取得します。- Returns:
- クラス名
-
setStyle
クラス名- Parameters:
style- クラス名
-
getLocalizedLabelList
多言語設定情報を設定します。- Parameters:
リスト-
-
setLocalizedLabelList
多言語設定情報を追加します。- Parameters:
多言語設定情報-
-