Class JoinPropertyEditor
java.lang.Object
org.iplass.mtp.view.generic.editor.PropertyEditor
org.iplass.mtp.view.generic.editor.CustomPropertyEditor
org.iplass.mtp.view.generic.editor.JoinPropertyEditor
- All Implemented Interfaces:
- Serializable,- org.iplass.adminconsole.view.annotation.Refrectable,- HasNestProperty
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class org.iplass.mtp.view.generic.editor.PropertyEditorpropertyName
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddProperty(NestProperty property) Enum<?>表示タイプを取得します。プロパティエディタを取得します。フォーマットを取得します。オブジェクト名を取得します。プロパティを取得します。booleanネストプロパティの検証エラーメッセージをまとめて表示を取得します。voidsetEditor(PropertyEditor editor) プロパティエディタを設定します。voidフォーマットを設定します。voidsetObjectName(String objectName) オブジェクト名を設定します。voidsetProperties(List<NestProperty> properties) プロパティを設定します。voidsetShowNestPropertyErrors(boolean showNestPropertyErrors) ネストプロパティの検証エラーメッセージをまとめて表示を設定します。Methods inherited from class org.iplass.mtp.view.generic.editor.CustomPropertyEditorisHideMethods inherited from class org.iplass.mtp.view.generic.editor.PropertyEditorgetCustomStyle, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyName
- 
Constructor Details- 
JoinPropertyEditorpublic JoinPropertyEditor()
 
- 
- 
Method Details- 
getObjectNameオブジェクト名を取得します。- Returns:
- オブジェクト名
 
- 
setObjectNameオブジェクト名を設定します。- Parameters:
- objectName- オブジェクト名
 
- 
getFormatフォーマットを取得します。- Returns:
- フォーマット
 
- 
setFormatフォーマットを設定します。- Parameters:
- format- フォーマット
 
- 
getEditorプロパティエディタを取得します。- Returns:
- プロパティエディタ
 
- 
setEditorプロパティエディタを設定します。- Parameters:
- editor- プロパティエディタ
 
- 
isShowNestPropertyErrorspublic boolean isShowNestPropertyErrors()ネストプロパティの検証エラーメッセージをまとめて表示を取得します。- Returns:
- ネストプロパティの検証エラーメッセージをまとめて表示
 
- 
setShowNestPropertyErrorspublic void setShowNestPropertyErrors(boolean showNestPropertyErrors) ネストプロパティの検証エラーメッセージをまとめて表示を設定します。- Parameters:
- showNestPropertyErrors- ネストプロパティの検証エラーメッセージをまとめて表示
 
- 
getPropertiesプロパティを取得します。- Returns:
- プロパティ
 
- 
setPropertiesプロパティを設定します。- Parameters:
- properties- プロパティ
 
- 
addProperty
- 
getDisplayTypeDescription copied from class:PropertyEditor表示タイプを取得します。- Specified by:
- getDisplayTypein class- PropertyEditor
- Returns:
- 表示タイプ
 
- 
getJoinProperties
 
-