クラス Button

java.lang.Object
org.iplass.mtp.view.generic.element.Element
org.iplass.mtp.view.generic.element.Button
すべての実装されたインタフェース:
Serializable, org.iplass.adminconsole.view.annotation.Refrectable

public class Button extends Element
ボタンを表す要素
関連項目:
  • コンストラクタの詳細

    • Button

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

    • getDisplayType

      public DisplayType getDisplayType()
      表示タイプを取得します。
      戻り値:
      表示タイプ
    • setDisplayType

      public void setDisplayType(DisplayType displayType)
      表示タイプを設定します。
      パラメータ:
      displayType - 表示タイプ
    • getTitle

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

      public void setTitle(String title)
      タイトルを設定します。
      パラメータ:
      title - タイトル
    • getDisplayLabel

      public String getDisplayLabel()
      表示ラベルを取得します。
      戻り値:
      表示ラベル
    • setDisplayLabel

      public void setDisplayLabel(String displayLabel)
      表示ラベルを設定します。
      パラメータ:
      displayLabel - 表示ラベル
    • isPrimary

      public boolean isPrimary()
      プライマリーを取得します。
      戻り値:
      プライマリー
    • setPrimary

      public void setPrimary(boolean primary)
      プライマリーを設定します。
      パラメータ:
      primary - プライマリー
    • getStyle

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

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

      public String getOnclickEvent()
      クリックイベントを取得します。
      戻り値:
      クリックイベント
    • setOnclickEvent

      public void setOnclickEvent(String onclickEvent)
      クリックイベントを設定します。
      パラメータ:
      onclickEvent - クリックイベント
    • getInputCustomStyle

      public String getInputCustomStyle()
      入力カスタムスタイルを取得します。
      戻り値:
      入力カスタムスタイル
    • setInputCustomStyle

      public void setInputCustomStyle(String inputCustomStyle)
      入力カスタムスタイルを設定します。
      パラメータ:
      inputCustomStyle - 入力カスタムスタイル
    • getInputCustomStyleScriptKey

      public String getInputCustomStyleScriptKey()
      入力カスタムスタイルキー
      戻り値:
      入力カスタムスタイルキー
    • setInputCustomStyleScriptKey

      public void setInputCustomStyleScriptKey(String inputCustomStyleScriptKey)
      入力カスタムスタイルキーを設定します。
      パラメータ:
      inputCustomStyleScriptKey - 入力カスタムスタイルキー
    • getLocalizedTitleList

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

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

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

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

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

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

      public String getCustomDisplayTypeScript()
      表示判定用スクリプトを取得します。
      戻り値:
      表示判定用スクリプト
    • setCustomDisplayTypeScript

      public void setCustomDisplayTypeScript(String customDisplayTypeScript)
      表示判定用スクリプトを設定します。
      パラメータ:
      customDisplayTypeScript - 表示判定用スクリプト
    • getCustomDisplayTypeScriptKey

      public String getCustomDisplayTypeScriptKey()
      表示判定用スクリプトキーを取得します。
      戻り値:
      表示判定用スクリプトキー
    • setCustomDisplayTypeScriptKey

      public void setCustomDisplayTypeScriptKey(String customDisplayTypeScriptKey)
      表示判定用スクリプトキーを設定します。
      パラメータ:
      customDisplayTypeScriptKey - 表示判定用スクリプトキー