クラス 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
ボタンを表す要素
- 関連項目:
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース org.iplass.mtp.view.generic.element.Element
Element.EditDisplayType
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明void
addLocalizedDisplayLabel
(LocalizedStringDefinition localizedDisplayLabel) 多言語設定情報を追加します。void
addLocalizedTitle
(LocalizedStringDefinition localizedTitle) 多言語設定情報を追加します。表示判定用スクリプトを取得します。表示判定用スクリプトキーを取得します。表示ラベルを取得します。表示タイプを取得します。入力カスタムスタイルを取得します。入力カスタムスタイルキー多言語設定情報を取得します。多言語設定情報を取得します。クリックイベントを取得します。getStyle()
クラス名を取得します。getTitle()
タイトルを取得します。boolean
プライマリーを取得します。void
setCustomDisplayTypeScript
(String customDisplayTypeScript) 表示判定用スクリプトを設定します。void
setCustomDisplayTypeScriptKey
(String customDisplayTypeScriptKey) 表示判定用スクリプトキーを設定します。void
setDisplayLabel
(String displayLabel) 表示ラベルを設定します。void
setDisplayType
(DisplayType displayType) 表示タイプを設定します。void
setInputCustomStyle
(String inputCustomStyle) 入力カスタムスタイルを設定します。void
setInputCustomStyleScriptKey
(String inputCustomStyleScriptKey) 入力カスタムスタイルキーを設定します。void
setLocalizedDisplayLabelList
(List<LocalizedStringDefinition> localizedDisplayLabelList) 多言語設定情報を設定します。void
setLocalizedTitleList
(List<LocalizedStringDefinition> localizedTitleList) 多言語設定情報を設定します。void
setOnclickEvent
(String onclickEvent) クリックイベントを設定します。void
setPrimary
(boolean primary) プライマリーを設定します。void
クラス名を設定します。void
タイトルを設定します。クラスから継承されたメソッド org.iplass.mtp.view.generic.element.Element
getDisplayScript, getEditDisplayType, getElementRuntimeId, isDispFlag, setDispFlag, setDisplayScript, setEditDisplayType, setElementRuntimeId
-
コンストラクタの詳細
-
Button
public Button()デフォルトコンストラクタ
-
-
メソッドの詳細
-
getDisplayType
表示タイプを取得します。- 戻り値:
- 表示タイプ
-
setDisplayType
表示タイプを設定します。- パラメータ:
displayType
- 表示タイプ
-
getTitle
タイトルを取得します。- 戻り値:
- タイトル
-
setTitle
タイトルを設定します。- パラメータ:
title
- タイトル
-
getDisplayLabel
表示ラベルを取得します。- 戻り値:
- 表示ラベル
-
setDisplayLabel
表示ラベルを設定します。- パラメータ:
displayLabel
- 表示ラベル
-
isPrimary
public boolean isPrimary()プライマリーを取得します。- 戻り値:
- プライマリー
-
setPrimary
public void setPrimary(boolean primary) プライマリーを設定します。- パラメータ:
primary
- プライマリー
-
getStyle
クラス名を取得します。- 戻り値:
- クラス名
-
setStyle
クラス名を設定します。- パラメータ:
style
- クラス名
-
getOnclickEvent
クリックイベントを取得します。- 戻り値:
- クリックイベント
-
setOnclickEvent
クリックイベントを設定します。- パラメータ:
onclickEvent
- クリックイベント
-
getInputCustomStyle
入力カスタムスタイルを取得します。- 戻り値:
- 入力カスタムスタイル
-
setInputCustomStyle
入力カスタムスタイルを設定します。- パラメータ:
inputCustomStyle
- 入力カスタムスタイル
-
getInputCustomStyleScriptKey
入力カスタムスタイルキー- 戻り値:
- 入力カスタムスタイルキー
-
setInputCustomStyleScriptKey
入力カスタムスタイルキーを設定します。- パラメータ:
inputCustomStyleScriptKey
- 入力カスタムスタイルキー
-
getLocalizedTitleList
多言語設定情報を取得します。- 戻り値:
- リスト
-
setLocalizedTitleList
多言語設定情報を設定します。- パラメータ:
リスト
-
-
addLocalizedTitle
多言語設定情報を追加します。- パラメータ:
多言語設定情報
-
-
getLocalizedDisplayLabelList
多言語設定情報を取得します。- 戻り値:
- リスト
-
setLocalizedDisplayLabelList
多言語設定情報を設定します。- パラメータ:
リスト
-
-
addLocalizedDisplayLabel
多言語設定情報を追加します。- パラメータ:
多言語設定情報
-
-
getCustomDisplayTypeScript
表示判定用スクリプトを取得します。- 戻り値:
- 表示判定用スクリプト
-
setCustomDisplayTypeScript
表示判定用スクリプトを設定します。- パラメータ:
customDisplayTypeScript
- 表示判定用スクリプト
-
getCustomDisplayTypeScriptKey
表示判定用スクリプトキーを取得します。- 戻り値:
- 表示判定用スクリプトキー
-
setCustomDisplayTypeScriptKey
表示判定用スクリプトキーを設定します。- パラメータ:
customDisplayTypeScriptKey
- 表示判定用スクリプトキー
-