Class Section
java.lang.Object
org.iplass.mtp.view.generic.element.Element
org.iplass.mtp.view.generic.element.section.Section
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
- Direct Known Subclasses:
DefaultSection
,MassReferenceSection
,ReferenceSection
,ScriptingSection
,SearchConditionSection
,SearchResultSection
,TemplateSection
,VersionSection
フォーム内の要素を複数保持できるセクション
- 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
addLocalizedTitle
(LocalizedStringDefinition localizedTitle) 多言語設定情報を追加します。getId()
idを取得します。多言語設定情報を取得します。getStyle()
クラス名を取得します。getTitle()
タイトルを取得します。abstract boolean
void
idを設定します。void
setLocalizedTitleList
(List<LocalizedStringDefinition> localizedTitleList) 多言語設定情報を設定します。void
クラス名を設定します。void
タイトルを設定します。Methods inherited from class org.iplass.mtp.view.generic.element.Element
getDisplayScript, getEditDisplayType, getElementRuntimeId, isDispFlag, setDispFlag, setDisplayScript, setEditDisplayType, setElementRuntimeId
-
Constructor Details
-
Section
public Section()
-
-
Method Details
-
getTitle
タイトルを取得します。- Returns:
- タイトル
-
setTitle
タイトルを設定します。 -
getLocalizedTitleList
多言語設定情報を取得します。- Returns:
- リスト
-
setLocalizedTitleList
多言語設定情報を設定します。- Parameters:
リスト
-
-
addLocalizedTitle
多言語設定情報を追加します。- Parameters:
多言語設定情報
-
-
getStyle
クラス名を取得します。- Returns:
- クラス名
-
setStyle
クラス名を設定します。- Parameters:
style
- クラス名
-
getId
idを取得します。- Returns:
- id
-
setId
idを設定します。- Parameters:
id
- id
-
isShowLink
public abstract boolean isShowLink()
-