Class TemplatePropertyEditor
java.lang.Object
org.iplass.mtp.view.generic.editor.PropertyEditor
org.iplass.mtp.view.generic.editor.CustomPropertyEditor
org.iplass.mtp.view.generic.editor.TemplatePropertyEditor
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
テンプレートを表示するプロパティエディタ
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
propertyName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription表示タイプを取得します。テンプレート名を取得します。boolean
isHide()
非表示かを取得します。void
setDisplayType
(TemplatePropertyEditor.TemplateDisplayType displayType) 表示タイプを設定します。void
setTemplateName
(String templateName) テンプレート名を設定します。Methods inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
getCustomStyle, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyName
-
Constructor Details
-
TemplatePropertyEditor
public TemplatePropertyEditor()
-
-
Method Details
-
getDisplayType
Description copied from class:PropertyEditor
表示タイプを取得します。- Specified by:
getDisplayType
in classPropertyEditor
- Returns:
- 表示タイプ
-
setDisplayType
表示タイプを設定します。- Parameters:
displayType
-
-
isHide
public boolean isHide()Description copied from class:PropertyEditor
非表示かを取得します。- Overrides:
isHide
in classCustomPropertyEditor
- Returns:
- true:非表示
-
getTemplateName
テンプレート名を取得します。- Returns:
- テンプレート名
-
setTemplateName
テンプレート名を設定します。- Parameters:
templateName
- テンプレート名
-