Class ReferenceSection
java.lang.Object
org.iplass.mtp.view.generic.element.Element
org.iplass.mtp.view.generic.element.section.Section
org.iplass.mtp.view.generic.element.section.ReferenceSection
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
,HasNestProperty
- 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
addLocalizedTitleList
(LocalizedStringDefinition localizedTitle) 多言語設定情報を追加します。void
addProperty
(NestProperty property) 表示プロパティを追加します。int
列数を取得します。上下コンテンツスクリプトのキーを取得します。参照先Entity定義名を取得します。getId()
idを取得します。int
getIndex()
データのインデックスを取得します。多言語設定情報を取得します。下部のコンテンツを取得します。表示順プロパティを取得します。表示プロパティを取得します。プロパティ名を取得します。getStyle()
クラス名を取得します。getTitle()
タイトルを取得します。上部のコンテンツを取得します。boolean
セクション内に配置した場合に枠線を表示を取得します。boolean
セクションの展開可否を取得します。boolean
更新時に強制的に更新処理を行うかを取得します。boolean
詳細編集非表示設定を取得します。boolean
詳細表示非表示設定を取得します。boolean
リンクを表示するかを取得します。void
setColNum
(int colNum) 列数を設定します。void
setContentScriptKey
(String contentScriptKey) 上下コンテンツスクリプトのキーを設定します。void
setDefintionName
(String defintionName) 参照先Entity定義名を設定します。void
setDispBorderInSection
(boolean dispBorderInSection) セクション内に配置した場合に枠線を表示を設定します。void
setExpandable
(boolean expandable) セクションの展開可否を設定します。void
setForceUpadte
(boolean forceUpadte) 更新時に強制的に更新処理を行うかを設定します。void
setHideDetail
(boolean hideDetail) 詳細編集非表示設定を設定します。void
setHideView
(boolean hideView) 詳細表示非表示設定を設定します。void
idを設定します。void
setIndex
(int index) データのインデックスを設定します。void
setLocalizedTitleList
(List<LocalizedStringDefinition> localizedTitleList) 多言語設定情報を設定します。void
setLowerContents
(String lowerContents) 下部のコンテンツを設定します。void
setOrderPropName
(String orderPropName) 表示順プロパティを設定します。void
setProperties
(List<NestProperty> properties) 表示プロパティを設定します。void
setPropertyName
(String propertyName) プロパティ名を設定します。void
setShowLink
(boolean showLink) リンクを表示するかを設定します。void
クラス名を設定します。void
タイトルを設定します。void
setUpperContents
(String upperContents) 上部のコンテンツを設定します。Methods inherited from class org.iplass.mtp.view.generic.element.Element
getDisplayScript, getEditDisplayType, getElementRuntimeId, isDispFlag, setDispFlag, setDisplayScript, setEditDisplayType, setElementRuntimeId
-
Constructor Details
-
ReferenceSection
public ReferenceSection()
-
-
Method Details
-
getDefintionName
参照先Entity定義名を取得します。- Returns:
- Entity定義名
-
setDefintionName
参照先Entity定義名を設定します。- Parameters:
defintionName
- Entity定義名
-
getPropertyName
プロパティ名を取得します。- Returns:
- プロパティ名
-
setPropertyName
プロパティ名を設定します。- Parameters:
propertyName
- プロパティ名
-
getTitle
タイトルを取得します。- Returns:
- タイトル
-
setTitle
タイトルを設定します。- Parameters:
title
- タイトル
-
isExpandable
public boolean isExpandable()セクションの展開可否を取得します。- Returns:
- セクションの展開可否
-
setExpandable
public void setExpandable(boolean expandable) セクションの展開可否を設定します。- Parameters:
expandable
- セクションの展開可否
-
getId
idを取得します。- Returns:
- id
-
setId
idを設定します。- Parameters:
id
- id
-
getStyle
クラス名を取得します。- Returns:
- クラス名
-
setStyle
クラス名を設定します。- Parameters:
style
- クラス名
-
getColNum
public int getColNum()列数を取得します。- Returns:
- 列数
-
setColNum
public void setColNum(int colNum) 列数を設定します。- Parameters:
colNum
- 列数
-
isShowLink
public boolean isShowLink()リンクを表示するかを取得します。- Specified by:
isShowLink
in classSection
- Returns:
- リンクを表示するか
-
setShowLink
public void setShowLink(boolean showLink) リンクを表示するかを設定します。- Parameters:
showLink
- リンクを表示するか
-
isHideDetail
public boolean isHideDetail()詳細編集非表示設定を取得します。- Returns:
- 詳細編集非表示設定
-
setHideDetail
public void setHideDetail(boolean hideDetail) 詳細編集非表示設定を設定します。- Parameters:
hideDetail
- 詳細編集非表示設定
-
isHideView
public boolean isHideView()詳細表示非表示設定を取得します。- Returns:
- 詳細表示非表示設定
-
setHideView
public void setHideView(boolean hideView) 詳細表示非表示設定を設定します。- Parameters:
hideView
- 詳細表示非表示設定
-
isForceUpadte
public boolean isForceUpadte()更新時に強制的に更新処理を行うかを取得します。- Returns:
- forceUpdate 更新時に強制的に更新処理を行うか
-
setForceUpadte
public void setForceUpadte(boolean forceUpadte) 更新時に強制的に更新処理を行うかを設定します。- Parameters:
forceUpadte
- 更新時に強制的に更新処理を行うか
-
getUpperContents
上部のコンテンツを取得します。- Returns:
- 上部のコンテンツ
-
setUpperContents
上部のコンテンツを設定します。- Parameters:
upperContents
- 上部のコンテンツ
-
getLowerContents
下部のコンテンツを取得します。- Returns:
- 下部のコンテンツ
-
setLowerContents
下部のコンテンツを設定します。- Parameters:
lowerContents
- 下部のコンテンツ
-
getProperties
表示プロパティを取得します。- Returns:
- 表示プロパティ
-
setProperties
表示プロパティを設定します。- Parameters:
properties
- 表示プロパティ
-
addProperty
表示プロパティを追加します。- Parameters:
property
- 表示プロパティ
-
getLocalizedTitleList
多言語設定情報を取得します。- Returns:
- リスト
-
setLocalizedTitleList
多言語設定情報を設定します。- Parameters:
\u30ea\u30b9\u30c8
-
-
addLocalizedTitleList
多言語設定情報を追加します。- Parameters:
\u591a\u8a00\u8a9e\u8a2d\u5b9a\u60c5\u5831
-
-
getOrderPropName
表示順プロパティを取得します。- Returns:
- 表示順プロパティ
-
setOrderPropName
表示順プロパティを設定します。- Parameters:
orderPropName
- 表示順プロパティ
-
getIndex
public int getIndex()データのインデックスを取得します。- Returns:
- データのインデックス
-
setIndex
public void setIndex(int index) データのインデックスを設定します。- Parameters:
index
- データのインデックス
-
isDispBorderInSection
public boolean isDispBorderInSection()セクション内に配置した場合に枠線を表示を取得します。- Returns:
- セクション内に配置した場合に枠線を表示
-
setDispBorderInSection
public void setDispBorderInSection(boolean dispBorderInSection) セクション内に配置した場合に枠線を表示を設定します。- Parameters:
dispBorderInSection
- セクション内に配置した場合に枠線を表示
-
getContentScriptKey
上下コンテンツスクリプトのキーを取得します。- Returns:
- 上下コンテンツスクリプトのキー
-
setContentScriptKey
上下コンテンツスクリプトのキーを設定します。- Parameters:
contentScriptKey
- 上下コンテンツスクリプトのキー
-