Class PropertyBase
java.lang.Object
org.iplass.mtp.view.generic.element.Element
org.iplass.mtp.view.generic.element.property.PropertyBase
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
,PropertyElement
- Direct Known Subclasses:
PropertyColumn
,PropertyItem
プロパティをレイアウトする情報の基底クラス
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.iplass.mtp.view.generic.element.Element
Element.EditDisplayType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLocalizedTitle
(LocalizedStringDefinition localizedTitle) 多言語設定情報を追加します。自動補完設定を取得します。画面表示時のラベルを取得します。プロパティエディタを取得します。多言語設定情報を取得します。プロパティの名前を取得します。getStyle()
クラス名を取得します。void
setAutocompletionSetting
(AutocompletionSetting autocompletionSetting) 自動補完設定を設定します。void
setDisplayLabel
(String displayLabel) 画面表示時のラベルを設定します。void
setEditor
(PropertyEditor editor) プロパティエディタを設定します。void
setLocalizedDisplayLabelList
(List<LocalizedStringDefinition> localizedDisplayLabelList) 多言語設定情報を設定します。void
setPropertyName
(String propertyName) プロパティの名前を設定します。void
クラス名を設定します。Methods inherited from class org.iplass.mtp.view.generic.element.Element
getDisplayScript, getEditDisplayType, getElementRuntimeId, isDispFlag, setDispFlag, setDisplayScript, setEditDisplayType, setElementRuntimeId
-
Constructor Details
-
PropertyBase
public PropertyBase()
-
-
Method Details
-
getPropertyName
プロパティの名前を取得します。- Specified by:
getPropertyName
in interfacePropertyElement
- Returns:
- プロパティの名前
-
setPropertyName
プロパティの名前を設定します。- Parameters:
propertyName
- プロパティの名前
-
getDisplayLabel
画面表示時のラベルを取得します。- Returns:
- 画面表示時のラベル
-
setDisplayLabel
画面表示時のラベルを設定します。- Parameters:
displayLabel
- 画面表示時のラベル
-
getEditor
プロパティエディタを取得します。- Specified by:
getEditor
in interfacePropertyElement
- Returns:
- プロパティエディタ
-
setEditor
プロパティエディタを設定します。- Parameters:
editor
- プロパティエディタ
-
getStyle
クラス名を取得します。- Returns:
- クラス名
-
setStyle
クラス名を設定します。- Parameters:
style
- クラス名
-
getAutocompletionSetting
自動補完設定を取得します。- Returns:
- autocompletionSetting 自動補完設定
-
setAutocompletionSetting
自動補完設定を設定します。- Parameters:
autocompletionSetting
- 自動補完設定
-
getLocalizedDisplayLabelList
多言語設定情報を取得します。- Returns:
- リスト
-
setLocalizedDisplayLabelList
多言語設定情報を設定します。- Parameters:
リスト
-
-
addLocalizedTitle
多言語設定情報を追加します。- Parameters:
多言語設定情報
-
-