クラス Button

java.lang.Object
org.iplass.mtp.view.generic.element.Element
org.iplass.mtp.view.generic.element.Button
すべての実装されたインタフェース:
java.io.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 java.lang.String getTitle()
      タイトルを取得します。
      戻り値:
      タイトル
    • setTitle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setLocalizedDisplayLabelList​(java.util.List<LocalizedStringDefinition> localizedDisplayLabelList)
      多言語設定情報を設定します。
      パラメータ:
      \u30ea\u30b9\u30c8 -
    • addLocalizedDisplayLabel

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

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

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

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

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