クラス Section

java.lang.Object
org.iplass.mtp.view.generic.element.Element
org.iplass.mtp.view.generic.element.section.Section
すべての実装されたインタフェース:
Serializable, org.iplass.adminconsole.view.annotation.Refrectable
直系の既知のサブクラス:
DefaultSection, MassReferenceSection, ReferenceSection, ScriptingSection, SearchConditionSection, SearchResultSection, TemplateSection, VersionSection

public abstract class Section extends Element
フォーム内の要素を複数保持できるセクション
関連項目:
  • コンストラクタの詳細

    • Section

      public Section()
  • メソッドの詳細

    • getTitle

      public String getTitle()
      タイトルを取得します。
      戻り値:
      タイトル
    • setTitle

      public void setTitle(String title)
      タイトルを設定します。
    • getLocalizedTitleList

      public List<LocalizedStringDefinition> getLocalizedTitleList()
      多言語設定情報を取得します。
      戻り値:
      リスト
    • setLocalizedTitleList

      public void setLocalizedTitleList(List<LocalizedStringDefinition> localizedTitleList)
      多言語設定情報を設定します。
      パラメータ:
      リスト -
    • addLocalizedTitle

      public void addLocalizedTitle(LocalizedStringDefinition localizedTitle)
      多言語設定情報を追加します。
      パラメータ:
      多言語設定情報 -
    • getStyle

      public String getStyle()
      クラス名を取得します。
      戻り値:
      クラス名
    • setStyle

      public void setStyle(String style)
      クラス名を設定します。
      パラメータ:
      style - クラス名
    • getId

      public String getId()
      idを取得します。
      戻り値:
      id
    • setId

      public void setId(String id)
      idを設定します。
      パラメータ:
      id - id
    • isShowLink

      public abstract boolean isShowLink()