クラス PropertyEditor
java.lang.Object
org.iplass.mtp.view.generic.editor.PropertyEditor
- すべての実装されたインタフェース:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
- 直系の既知のサブクラス:
CustomPropertyEditor
,PrimitivePropertyEditor
,ReferencePropertyEditor
public abstract class PropertyEditor
extends Object
implements org.iplass.adminconsole.view.annotation.Refrectable
プロパティを表示・編集するためのエディタ
- 関連項目:
-
フィールドの概要
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明表示カスタムスタイルを取得します。abstract Enum
<?> 表示タイプを取得します。入力カスタムスタイルを取得します。入力カスタムスタイルキー表示カスタムスタイルキープロパティ名を取得します。abstract boolean
isHide()
非表示かを取得します。void
setCustomStyle
(String customStyle) 表示カスタムスタイルを設定します。void
setInputCustomStyle
(String inputCustomStyle) 入力カスタムスタイルを設定します。void
setInputCustomStyleScriptKey
(String inputCustomStyleScriptKey) 入力カスタムスタイルキーを設定します。void
setOutputCustomStyleScriptKey
(String outputCustomStyleScriptKey) 表示カスタムスタイルキーを設定します。void
setPropertyName
(String propertyName) プロパティ名を設定します。
-
フィールド詳細
-
propertyName
プロパティ名
-
-
コンストラクタの詳細
-
PropertyEditor
public PropertyEditor()
-
-
メソッドの詳細
-
getPropertyName
プロパティ名を取得します。- 戻り値:
- プロパティ名
-
setPropertyName
プロパティ名を設定します。- パラメータ:
propertyName
- プロパティ名
-
getDisplayType
表示タイプを取得します。- 戻り値:
- 表示タイプ
-
isHide
public abstract boolean isHide()非表示かを取得します。- 戻り値:
- true:非表示
-
getCustomStyle
表示カスタムスタイルを取得します。- 戻り値:
- 表示カスタムスタイル
-
setCustomStyle
表示カスタムスタイルを設定します。- パラメータ:
customStyle
- 表示カスタムスタイル
-
getInputCustomStyle
入力カスタムスタイルを取得します。- 戻り値:
- 入力カスタムスタイル
-
setInputCustomStyle
入力カスタムスタイルを設定します。- パラメータ:
inputCustomStyle
- 入力カスタムスタイル
-
getOutputCustomStyleScriptKey
表示カスタムスタイルキー- 戻り値:
- 表示カスタムスタイルキー
-
setOutputCustomStyleScriptKey
表示カスタムスタイルキーを設定します。- パラメータ:
outputCustomStyleScriptKey
- 表示カスタムスタイルキー
-
getInputCustomStyleScriptKey
入力カスタムスタイルキー- 戻り値:
- 入力カスタムスタイルキー
-
setInputCustomStyleScriptKey
入力カスタムスタイルキーを設定します。- パラメータ:
inputCustomStyleScriptKey
- 入力カスタムスタイルキー
-