Class TemplateSection
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.TemplateSection
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
JSPによるカスタマイズ可能なセクション
- 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 TypeMethodDescriptionテンプレート名を取得します。boolean
セクション内に配置した場合に枠線を表示を取得します。boolean
詳細編集非表示設定を取得します。boolean
詳細表示非表示設定を取得します。boolean
リンクを表示するかを取得します。void
setDispBorderInSection
(boolean dispBorderInSection) セクション内に配置した場合に枠線を表示を設定します。void
setHideDetail
(boolean hideDetail) 詳細編集非表示設定を設定します。void
setHideView
(boolean hideView) 詳細表示非表示設定を設定します。void
setShowLink
(boolean showLink) リンクを表示するかを設定します。void
setTemplateName
(String templateName) テンプレート名を設定します。Methods inherited from class org.iplass.mtp.view.generic.element.section.Section
addLocalizedTitle, getId, getLocalizedTitleList, getStyle, getTitle, setId, setLocalizedTitleList, setStyle, setTitle
Methods inherited from class org.iplass.mtp.view.generic.element.Element
getDisplayScript, getEditDisplayType, getElementRuntimeId, isDispFlag, setDispFlag, setDisplayScript, setEditDisplayType, setElementRuntimeId
-
Constructor Details
-
TemplateSection
public TemplateSection()デフォルトコンストラクタ
-
-
Method Details
-
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
- 詳細表示非表示設定
-
isDispBorderInSection
public boolean isDispBorderInSection()セクション内に配置した場合に枠線を表示を取得します。- Returns:
- セクション内に配置した場合に枠線を表示
-
setDispBorderInSection
public void setDispBorderInSection(boolean dispBorderInSection) セクション内に配置した場合に枠線を表示を設定します。- Parameters:
dispBorderInSection
- セクション内に配置した場合に枠線を表示
-
isShowLink
public boolean isShowLink()リンクを表示するかを取得します。- Specified by:
isShowLink
in classSection
- Returns:
- リンクを表示するか
-
setShowLink
public void setShowLink(boolean showLink) リンクを表示するかを設定します。- Parameters:
showLink
- リンクを表示するか
-
getTemplateName
テンプレート名を取得します。- Returns:
- テンプレート名
-
setTemplateName
テンプレート名を設定します。- Parameters:
templateName
- テンプレート名
-