クラス ExpressionPropertyEditor
java.lang.Object
org.iplass.mtp.view.generic.editor.PropertyEditor
org.iplass.mtp.view.generic.editor.PrimitivePropertyEditor
org.iplass.mtp.view.generic.editor.ExpressionPropertyEditor
- すべての実装されたインタフェース:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
,LabelablePropertyEditor
public class ExpressionPropertyEditor
extends PrimitivePropertyEditor
implements LabelablePropertyEditor
数式型プロパティエディタ
- 関連項目:
-
ネストされたクラスの概要
-
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.view.generic.editor.PropertyEditor
propertyName
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明初期値を取得します。表示タイプを取得します。プロパティエディタを取得します。数値のフォーマットを取得します。boolean
isHide()
非表示かを取得します。boolean
表示タイプがLabel形式の場合に、登録時に登録対象にするかを返します。boolean
isLabel()
表示タイプがLabel形式かを返します。boolean
表示タイプがLabel形式の場合に、更新時に更新対象にするかを返します。void
setDefaultValue
(String defaultValue) 初期値を設定します。void
表示タイプを設定します。void
setEditor
(PropertyEditor editor) プロパティエディタを設定します。void
setInsertWithLabelValue
(boolean insertWithLabelValue) Label形式の場合の登録制御を設定します。void
setNumberFormat
(String numberFormat) 数値のフォーマットを設定します。void
setUpdateWithLabelValue
(boolean updateWithLabelValue) Label形式の場合の更新制御を設定します。クラスから継承されたメソッド org.iplass.mtp.view.generic.editor.PropertyEditor
getCustomStyle, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyName
-
フィールド詳細
-
numberFormat
数値のフォーマット
-
-
コンストラクタの詳細
-
ExpressionPropertyEditor
public ExpressionPropertyEditor()デフォルトコンストラクタ
-
-
メソッドの詳細
-
getDisplayType
クラスからコピーされた説明:PropertyEditor
表示タイプを取得します。- 定義:
getDisplayType
クラス内PropertyEditor
- 戻り値:
- 表示タイプ
-
setDisplayType
表示タイプを設定します。- パラメータ:
displayType
-
-
isHide
public boolean isHide()クラスからコピーされた説明:PropertyEditor
非表示かを取得します。- 定義:
isHide
クラス内PropertyEditor
- 戻り値:
- true:非表示
-
getDefaultValue
クラスからコピーされた説明:PrimitivePropertyEditor
初期値を取得します。- 定義:
getDefaultValue
クラス内PrimitivePropertyEditor
- 戻り値:
- 初期値
-
setDefaultValue
クラスからコピーされた説明:PrimitivePropertyEditor
初期値を設定します。- 定義:
setDefaultValue
クラス内PrimitivePropertyEditor
- パラメータ:
defaultValue
- 初期値
-
getNumberFormat
数値のフォーマットを取得します。- 戻り値:
- 数値のフォーマット
-
setNumberFormat
数値のフォーマットを設定します。- パラメータ:
numberFormat
- 数値のフォーマット
-
getEditor
プロパティエディタを取得します。- 戻り値:
- プロパティエディタ
-
setEditor
プロパティエディタを設定します。- パラメータ:
editor
- プロパティエディタ
-
isLabel
public boolean isLabel()インタフェースからコピーされた説明:LabelablePropertyEditor
表示タイプがLabel形式かを返します。- 定義:
isLabel
インタフェース内LabelablePropertyEditor
- 戻り値:
- true:Label形式
-
isInsertWithLabelValue
public boolean isInsertWithLabelValue()インタフェースからコピーされた説明:LabelablePropertyEditor
表示タイプがLabel形式の場合に、登録時に登録対象にするかを返します。- 定義:
isInsertWithLabelValue
インタフェース内LabelablePropertyEditor
- 戻り値:
- true:登録対象
-
setInsertWithLabelValue
public void setInsertWithLabelValue(boolean insertWithLabelValue) Label形式の場合の登録制御を設定します。- パラメータ:
insertWithLabelValue
- Label形式の場合の登録制御
-
isUpdateWithLabelValue
public boolean isUpdateWithLabelValue()インタフェースからコピーされた説明:LabelablePropertyEditor
表示タイプがLabel形式の場合に、更新時に更新対象にするかを返します。- 定義:
isUpdateWithLabelValue
インタフェース内LabelablePropertyEditor
- 戻り値:
- true:更新対象
-
setUpdateWithLabelValue
public void setUpdateWithLabelValue(boolean updateWithLabelValue) Label形式の場合の更新制御を設定します。- パラメータ:
updateWithLabelValue
- Label形式の場合の更新制御
-