Class VersionSection
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.VersionSection
- 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 TypeMethodDescriptionboolean
リンクを表示するかを取得します。void
setShowLink
(boolean showLink) リンクを表示するかを設定します。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
-
VersionSection
public VersionSection()
-
-
Method Details
-
isShowLink
public boolean isShowLink()リンクを表示するかを取得します。- Specified by:
isShowLink
in classSection
- Returns:
- リンクを表示するか
-
setShowLink
public void setShowLink(boolean showLink) リンクを表示するかを設定します。- Parameters:
showLink
- リンクを表示するか
-