Interface PropertyElement
- All Known Subinterfaces:
FileItem
- All Known Implementing Classes:
NestProperty
,PropertyBase
,PropertyColumn
,PropertyItem
,VirtualPropertyItem
public interface PropertyElement
PropertyをサポートするElement
-
Method Summary
Modifier and TypeMethodDescription表示ラベルを取得します。プロパティエディタを返します。表示ラベルの多言語設定情報を取得します。プロパティ名を返します。
-
Method Details
-
getPropertyName
String getPropertyName()プロパティ名を返します。- Returns:
- プロパティ名
-
getEditor
PropertyEditor getEditor()プロパティエディタを返します。- Returns:
- プロパティエディタ
-
getDisplayLabel
String getDisplayLabel()表示ラベルを取得します。- Returns:
- 表示時のラベル
-
getLocalizedDisplayLabelList
List<LocalizedStringDefinition> getLocalizedDisplayLabelList()表示ラベルの多言語設定情報を取得します。- Returns:
- 表示ラベルの多言語設定情報
-