インタフェース LabelablePropertyEditor
- 既知の実装クラスのリスト:
AutoNumberPropertyEditor
,BinaryPropertyEditor
,BooleanPropertyEditor
,DatePropertyEditor
,DateTimePropertyEditor
,DecimalPropertyEditor
,ExpressionPropertyEditor
,FloatPropertyEditor
,IntegerPropertyEditor
,LongTextPropertyEditor
,NumberPropertyEditor
,ReferencePropertyEditor
,SelectPropertyEditor
,StringPropertyEditor
,TimePropertyEditor
,TimestampPropertyEditor
,UserPropertyEditor
public interface LabelablePropertyEditor
Label形式をサポートするPropertyEditor
-
メソッドの概要
修飾子とタイプメソッド説明boolean
表示タイプがLabel形式の場合に、登録時に登録対象にするかを返します。boolean
isLabel()
表示タイプがLabel形式かを返します。boolean
表示タイプがLabel形式の場合に、更新時に更新対象にするかを返します。
-
メソッドの詳細
-
isLabel
boolean isLabel()表示タイプがLabel形式かを返します。- 戻り値:
- true:Label形式
-
isInsertWithLabelValue
boolean isInsertWithLabelValue()表示タイプがLabel形式の場合に、登録時に登録対象にするかを返します。- 戻り値:
- true:登録対象
-
isUpdateWithLabelValue
boolean isUpdateWithLabelValue()表示タイプがLabel形式の場合に、更新時に更新対象にするかを返します。- 戻り値:
- true:更新対象
-