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 SummaryNested Classes
- 
Field SummaryFields inherited from class org.iplass.mtp.view.generic.editor.PropertyEditorpropertyName
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription表示タイプを取得します。テンプレート名を取得します。booleanisHide()非表示かを取得します。voidsetDisplayType(TemplatePropertyEditor.TemplateDisplayType displayType) 表示タイプを設定します。voidsetTemplateName(String templateName) テンプレート名を設定します。Methods inherited from class org.iplass.mtp.view.generic.editor.PropertyEditorgetCustomStyle, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyName
- 
Constructor Details- 
TemplatePropertyEditorpublic TemplatePropertyEditor()
 
- 
- 
Method Details- 
getDisplayTypeDescription copied from class:PropertyEditor表示タイプを取得します。- Specified by:
- getDisplayTypein class- PropertyEditor
- Returns:
- 表示タイプ
 
- 
setDisplayType表示タイプを設定します。- Parameters:
- displayType-
 
- 
isHidepublic boolean isHide()Description copied from class:PropertyEditor非表示かを取得します。- Overrides:
- isHidein class- CustomPropertyEditor
- Returns:
- true:非表示
 
- 
getTemplateNameテンプレート名を取得します。- Returns:
- テンプレート名
 
- 
setTemplateNameテンプレート名を設定します。- Parameters:
- templateName- テンプレート名
 
 
-