クラス 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
- すべての実装されたインタフェース:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
テンプレートを表示するプロパティエディタ
- 関連項目:
-
ネストされたクラスの概要
-
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.view.generic.editor.PropertyEditor
propertyName
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明表示タイプを取得します。テンプレート名を取得します。boolean
isHide()
非表示かを取得します。void
setDisplayType
(TemplatePropertyEditor.TemplateDisplayType displayType) 表示タイプを設定します。void
setTemplateName
(String templateName) テンプレート名を設定します。クラスから継承されたメソッド org.iplass.mtp.view.generic.editor.PropertyEditor
getCustomStyle, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyName
-
コンストラクタの詳細
-
TemplatePropertyEditor
public TemplatePropertyEditor()
-
-
メソッドの詳細
-
getDisplayType
クラスからコピーされた説明:PropertyEditor
表示タイプを取得します。- 定義:
getDisplayType
クラス内PropertyEditor
- 戻り値:
- 表示タイプ
-
setDisplayType
表示タイプを設定します。- パラメータ:
displayType
-
-
isHide
public boolean isHide()クラスからコピーされた説明:PropertyEditor
非表示かを取得します。- オーバーライド:
isHide
クラス内CustomPropertyEditor
- 戻り値:
- true:非表示
-
getTemplateName
テンプレート名を取得します。- 戻り値:
- テンプレート名
-
setTemplateName
テンプレート名を設定します。- パラメータ:
templateName
- テンプレート名
-