Class DefaultSection
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.DefaultSection
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
標準セクション
- 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
addElement
(Element val) エレメント情報を追加します。int
列数を取得します。上下コンテンツスクリプトのキーを取得します。エレメント情報を取得します。下部のコンテンツを取得します。カスタムスタイルのキーを取得します。上部のコンテンツを取得します。boolean
セクション内に配置した場合に枠線を表示を取得します。boolean
セクションの展開可否を取得します。boolean
詳細編集非表示設定を取得します。boolean
詳細表示非表示設定を取得します。boolean
リンクを表示するかを取得します。void
setColNum
(int colNum) 列数を設定します。void
setContentScriptKey
(String contentScriptKey) 上下コンテンツスクリプトのキーを設定します。void
setDispBorderInSection
(boolean dispBorderInSection) セクション内に配置した場合に枠線を表示を設定します。void
setElements
(List<Element> properties) エレメント情報を設定します。void
setExpandable
(boolean expandable) セクションの展開可否を設定します。void
setHideDetail
(boolean hideDetail) 詳細編集非表示設定を設定します。void
setHideView
(boolean hideView) 詳細表示非表示設定を設定します。void
setLowerContents
(String lowerContents) 下部のコンテンツを設定します。void
setShowLink
(boolean showLink) リンクを表示するかを設定します。void
setStyleScriptKey
(String styleScriptKey) カスタムスタイルのキーを設定します。void
setUpperContents
(String upperContents) 上部のコンテンツを設定します。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
-
DefaultSection
public DefaultSection()デフォルトコンストラクタ
-
-
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
- セクション内に配置した場合に枠線を表示
-
isExpandable
public boolean isExpandable()セクションの展開可否を取得します。- Returns:
- セクションの展開可否
-
setExpandable
public void setExpandable(boolean expandable) セクションの展開可否を設定します。- Parameters:
expandable
- セクションの展開可否
-
isShowLink
public boolean isShowLink()リンクを表示するかを取得します。- Specified by:
isShowLink
in classSection
- Returns:
- リンクを表示するか
-
setShowLink
public void setShowLink(boolean showLink) リンクを表示するかを設定します。- Parameters:
showLink
- リンクを表示するか
-
getElements
エレメント情報を取得します。- Returns:
- エレメント情報
-
setElements
エレメント情報を設定します。- Parameters:
properties
- エレメント情報
-
addElement
エレメント情報を追加します。- Parameters:
val
- エレメント情報
-
getColNum
public int getColNum()列数を取得します。- Returns:
- 列数
-
setColNum
public void setColNum(int colNum) 列数を設定します。- Parameters:
colNum
- 列数
-
getUpperContents
上部のコンテンツを取得します。- Returns:
- 上部のコンテンツ
-
setUpperContents
上部のコンテンツを設定します。- Parameters:
upperContents
- 上部のコンテンツ
-
getLowerContents
下部のコンテンツを取得します。- Returns:
- 下部のコンテンツ
-
setLowerContents
下部のコンテンツを設定します。- Parameters:
lowerContents
- 下部のコンテンツ
-
getStyleScriptKey
カスタムスタイルのキーを取得します。- Returns:
- カスタムスタイルのキー
-
setStyleScriptKey
カスタムスタイルのキーを設定します。- Parameters:
styleScriptKey
- カスタムスタイルのキー
-
getContentScriptKey
上下コンテンツスクリプトのキーを取得します。- Returns:
- 上下コンテンツスクリプトのキー
-
setContentScriptKey
上下コンテンツスクリプトのキーを設定します。- Parameters:
contentScriptKey
- 上下コンテンツスクリプトのキー
-