クラス PrimitivePropertyEditor
java.lang.Object
org.iplass.mtp.view.generic.editor.PropertyEditor
org.iplass.mtp.view.generic.editor.PrimitivePropertyEditor
- すべての実装されたインタフェース:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
- 直系の既知のサブクラス:
AutoNumberPropertyEditor
,BinaryPropertyEditor
,BooleanPropertyEditor
,DateTimePropertyEditor
,ExpressionPropertyEditor
,NumberPropertyEditor
,SelectPropertyEditor
,StringPropertyEditor
- 関連項目:
-
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.view.generic.editor.PropertyEditor
propertyName
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明abstract String
初期値を取得します。abstract void
setDefaultValue
(String defaultValue) 初期値を設定します。クラスから継承されたメソッド org.iplass.mtp.view.generic.editor.PropertyEditor
getCustomStyle, getDisplayType, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, isHide, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyName
-
コンストラクタの詳細
-
PrimitivePropertyEditor
public PrimitivePropertyEditor()
-
-
メソッドの詳細
-
getDefaultValue
初期値を取得します。- 戻り値:
- 初期値
-
setDefaultValue
初期値を設定します。- パラメータ:
defaultValue
- 初期値
-