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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanリンクを表示するかを取得します。voidsetShowLink(boolean showLink) リンクを表示するかを設定します。Methods inherited from class org.iplass.mtp.view.generic.element.section.Section
addLocalizedTitle, getId, getLocalizedTitleList, getStyle, getTitle, setId, setLocalizedTitleList, setStyle, setTitleMethods 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:
isShowLinkin classSection- Returns:
- リンクを表示するか
-
setShowLink
public void setShowLink(boolean showLink) リンクを表示するかを設定します。- Parameters:
showLink- リンクを表示するか
-