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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetLabel()ラベルを取得します。多言語設定情報を設定します。getStyle()クラス名を取得します。getValue()値を取得します。voidラベルを設定します。voidsetLocalizedLabelList(List<LocalizedStringDefinition> localizedLabelList) 多言語設定情報を追加します。voidクラス名void値を設定します。
- 
Constructor Details- 
EditorValuepublic EditorValue()デフォルトコンストラクタ
- 
EditorValueコンストラクタ- Parameters:
- label- ラベル
- value- 値
 
 
- 
- 
Method Details- 
getLabelラベルを取得します。- Returns:
- ラベル
 
- 
setLabelラベルを設定します。- Parameters:
- label- ラベル
 
- 
getValue値を取得します。- Returns:
- 値
 
- 
setValue値を設定します。- Parameters:
- value- 値
 
- 
getStyleクラス名を取得します。- Returns:
- クラス名
 
- 
setStyleクラス名- Parameters:
- style- クラス名
 
- 
getLocalizedLabelList多言語設定情報を設定します。- Parameters:
- \u30ea\u30b9\u30c8-
 
- 
setLocalizedLabelList多言語設定情報を追加します。- Parameters:
- \u591a\u8a00\u8a9e\u8a2d\u5b9a\u60c5\u5831-
 
 
-