Class PrimitivePropertyEditor
java.lang.Object
org.iplass.mtp.view.generic.editor.PropertyEditor
org.iplass.mtp.view.generic.editor.PrimitivePropertyEditor
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
- Direct Known Subclasses:
AutoNumberPropertyEditor
,BinaryPropertyEditor
,BooleanPropertyEditor
,DateTimePropertyEditor
,ExpressionPropertyEditor
,NumberPropertyEditor
,SelectPropertyEditor
,StringPropertyEditor
- See Also:
-
Field Summary
Fields inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
propertyName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
初期値を取得します。abstract void
setDefaultValue
(String defaultValue) 初期値を設定します。Methods inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
getCustomStyle, getDisplayType, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, isHide, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyName
-
Constructor Details
-
PrimitivePropertyEditor
public PrimitivePropertyEditor()
-
-
Method Details
-
getDefaultValue
初期値を取得します。- Returns:
- 初期値
-
setDefaultValue
初期値を設定します。- Parameters:
defaultValue
- 初期値
-