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
Nested Classes -
Field Summary
Fields inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
propertyName -
Constructor Summary
Constructors -
Method Summary
Modifier 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.CustomPropertyEditor
isHideMethods 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:
getDisplayTypein classPropertyEditor- Returns:
- 表示タイプ
-
getJoinProperties
-