クラス DefaultSection

すべての実装されたインタフェース:
Serializable, org.iplass.adminconsole.view.annotation.Refrectable

public class DefaultSection extends Section
標準セクション
関連項目:
  • コンストラクタの詳細

    • DefaultSection

      public DefaultSection()
      デフォルトコンストラクタ
  • メソッドの詳細

    • getTitle

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

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

      public boolean isExpandable()
      セクションの展開可否を取得します。
      戻り値:
      セクションの展開可否
    • setExpandable

      public void setExpandable(boolean expandable)
      セクションの展開可否を設定します。
      パラメータ:
      expandable - セクションの展開可否
    • getId

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

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

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

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

      public List<Element> getElements()
      エレメント情報を取得します。
      戻り値:
      エレメント情報
    • setElements

      public void setElements(List<Element> properties)
      エレメント情報を設定します。
      パラメータ:
      properties - エレメント情報
    • getColNum

      public int getColNum()
      列数を取得します。
      戻り値:
      列数
    • setColNum

      public void setColNum(int colNum)
      列数を設定します。
      パラメータ:
      colNum - 列数
    • isShowLink

      public boolean isShowLink()
      リンクを表示するかを取得します。
      定義:
      isShowLink クラス内 Section
      戻り値:
      リンクを表示するか
    • setShowLink

      public void setShowLink(boolean showLink)
      リンクを表示するかを設定します。
      パラメータ:
      showLink - リンクを表示するか
    • isHideDetail

      public boolean isHideDetail()
      詳細編集非表示設定を取得します。
      戻り値:
      詳細編集非表示設定
    • setHideDetail

      public void setHideDetail(boolean hideDetail)
      詳細編集非表示設定を設定します。
      パラメータ:
      hideDetail - 詳細編集非表示設定
    • isHideView

      public boolean isHideView()
      詳細表示非表示設定を取得します。
      戻り値:
      詳細表示非表示設定
    • setHideView

      public void setHideView(boolean hideView)
      詳細表示非表示設定を設定します。
      パラメータ:
      hideView - 詳細表示非表示設定
    • addElement

      public void addElement(Element val)
      エレメント情報を追加します。
      パラメータ:
      val - エレメント情報
    • getLocalizedTitleList

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

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

      public void addLocalizedTitle(LocalizedStringDefinition localizedTitle)
      多言語設定情報を追加します。
      パラメータ:
      \u591a\u8a00\u8a9e\u8a2d\u5b9a\u60c5\u5831 -
    • getUpperContents

      public String getUpperContents()
      上部のコンテンツを取得します。
      戻り値:
      上部のコンテンツ
    • setUpperContents

      public void setUpperContents(String upperContents)
      上部のコンテンツを設定します。
      パラメータ:
      upperContents - 上部のコンテンツ
    • getLowerContents

      public String getLowerContents()
      下部のコンテンツを取得します。
      戻り値:
      下部のコンテンツ
    • setLowerContents

      public void setLowerContents(String lowerContents)
      下部のコンテンツを設定します。
      パラメータ:
      lowerContents - 下部のコンテンツ
    • isDispBorderInSection

      public boolean isDispBorderInSection()
      セクション内に配置した場合に枠線を表示を取得します。
      戻り値:
      セクション内に配置した場合に枠線を表示
    • setDispBorderInSection

      public void setDispBorderInSection(boolean dispBorderInSection)
      セクション内に配置した場合に枠線を表示を設定します。
      パラメータ:
      dispBorderInSection - セクション内に配置した場合に枠線を表示
    • getStyleScriptKey

      public String getStyleScriptKey()
      カスタムスタイルのキーを取得します。
      戻り値:
      カスタムスタイルのキー
    • setStyleScriptKey

      public void setStyleScriptKey(String styleScriptKey)
      カスタムスタイルのキーを設定します。
      パラメータ:
      styleScriptKey - カスタムスタイルのキー
    • getContentScriptKey

      public String getContentScriptKey()
      上下コンテンツスクリプトのキーを取得します。
      戻り値:
      上下コンテンツスクリプトのキー
    • setContentScriptKey

      public void setContentScriptKey(String contentScriptKey)
      上下コンテンツスクリプトのキーを設定します。
      パラメータ:
      contentScriptKey - 上下コンテンツスクリプトのキー