クラス DefaultSection

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

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

    • DefaultSection

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

    • isHideDetail

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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