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 Summary
-
Field Summary
Fields inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
propertyName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(NestProperty property) Enum
<?> 表示タイプを取得します。プロパティエディタを取得します。フォーマットを取得します。オブジェクト名を取得します。プロパティを取得します。boolean
ネストプロパティの検証エラーメッセージをまとめて表示を取得します。void
setEditor
(PropertyEditor editor) プロパティエディタを設定します。void
フォーマットを設定します。void
setObjectName
(String objectName) オブジェクト名を設定します。void
setProperties
(List<NestProperty> properties) プロパティを設定します。void
setShowNestPropertyErrors
(boolean showNestPropertyErrors) ネストプロパティの検証エラーメッセージをまとめて表示を設定します。Methods inherited from class org.iplass.mtp.view.generic.editor.CustomPropertyEditor
isHide
Methods inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
getCustomStyle, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyName
-
Constructor Details
-
JoinPropertyEditor
public JoinPropertyEditor()
-
-
Method Details
-
getObjectName
オブジェクト名を取得します。- Returns:
- オブジェクト名
-
setObjectName
オブジェクト名を設定します。- Parameters:
objectName
- オブジェクト名
-
getFormat
フォーマットを取得します。- Returns:
- フォーマット
-
setFormat
フォーマットを設定します。- Parameters:
format
- フォーマット
-
getEditor
プロパティエディタを取得します。- Returns:
- プロパティエディタ
-
setEditor
プロパティエディタを設定します。- Parameters:
editor
- プロパティエディタ
-
isShowNestPropertyErrors
public boolean isShowNestPropertyErrors()ネストプロパティの検証エラーメッセージをまとめて表示を取得します。- Returns:
- ネストプロパティの検証エラーメッセージをまとめて表示
-
setShowNestPropertyErrors
public void setShowNestPropertyErrors(boolean showNestPropertyErrors) ネストプロパティの検証エラーメッセージをまとめて表示を設定します。- Parameters:
showNestPropertyErrors
- ネストプロパティの検証エラーメッセージをまとめて表示
-
getProperties
プロパティを取得します。- Returns:
- プロパティ
-
setProperties
プロパティを設定します。- Parameters:
properties
- プロパティ
-
addProperty
-
getDisplayType
Description copied from class:PropertyEditor
表示タイプを取得します。- Specified by:
getDisplayType
in classPropertyEditor
- Returns:
- 表示タイプ
-
getJoinProperties
-