クラス 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
- すべての実装されたインタフェース:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
JSPによるカスタマイズ可能なセクション
- 関連項目:
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース org.iplass.mtp.view.generic.element.Element
Element.EditDisplayType
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明テンプレート名を取得します。boolean
セクション内に配置した場合に枠線を表示を取得します。boolean
詳細編集非表示設定を取得します。boolean
詳細表示非表示設定を取得します。boolean
リンクを表示するかを取得します。void
setDispBorderInSection
(boolean dispBorderInSection) セクション内に配置した場合に枠線を表示を設定します。void
setHideDetail
(boolean hideDetail) 詳細編集非表示設定を設定します。void
setHideView
(boolean hideView) 詳細表示非表示設定を設定します。void
setShowLink
(boolean showLink) リンクを表示するかを設定します。void
setTemplateName
(String templateName) テンプレート名を設定します。クラスから継承されたメソッド org.iplass.mtp.view.generic.element.section.Section
addLocalizedTitle, getId, getLocalizedTitleList, getStyle, getTitle, setId, setLocalizedTitleList, setStyle, setTitle
クラスから継承されたメソッド org.iplass.mtp.view.generic.element.Element
getDisplayScript, getEditDisplayType, getElementRuntimeId, isDispFlag, setDispFlag, setDisplayScript, setEditDisplayType, setElementRuntimeId
-
コンストラクタの詳細
-
TemplateSection
public TemplateSection()デフォルトコンストラクタ
-
-
メソッドの詳細
-
isHideDetail
public boolean isHideDetail()詳細編集非表示設定を取得します。- 戻り値:
- 詳細編集非表示設定
-
setHideDetail
public void setHideDetail(boolean hideDetail) 詳細編集非表示設定を設定します。- パラメータ:
hideDetail
- 詳細編集非表示設定
-
isHideView
public boolean isHideView()詳細表示非表示設定を取得します。- 戻り値:
- 詳細表示非表示設定
-
setHideView
public void setHideView(boolean hideView) 詳細表示非表示設定を設定します。- パラメータ:
hideView
- 詳細表示非表示設定
-
isDispBorderInSection
public boolean isDispBorderInSection()セクション内に配置した場合に枠線を表示を取得します。- 戻り値:
- セクション内に配置した場合に枠線を表示
-
setDispBorderInSection
public void setDispBorderInSection(boolean dispBorderInSection) セクション内に配置した場合に枠線を表示を設定します。- パラメータ:
dispBorderInSection
- セクション内に配置した場合に枠線を表示
-
isShowLink
public boolean isShowLink()リンクを表示するかを取得します。- 定義:
isShowLink
クラス内Section
- 戻り値:
- リンクを表示するか
-
setShowLink
public void setShowLink(boolean showLink) リンクを表示するかを設定します。- パラメータ:
showLink
- リンクを表示するか
-
getTemplateName
テンプレート名を取得します。- 戻り値:
- テンプレート名
-
setTemplateName
テンプレート名を設定します。- パラメータ:
templateName
- テンプレート名
-