クラス 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リンクを表示するかを取得します。voidsetDispBorderInSection(boolean dispBorderInSection) セクション内に配置した場合に枠線を表示を設定します。voidsetHideDetail(boolean hideDetail) 詳細編集非表示設定を設定します。voidsetHideView(boolean hideView) 詳細表示非表示設定を設定します。voidsetShowLink(boolean showLink) リンクを表示するかを設定します。voidsetTemplateName(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- テンプレート名
-