Interface LabelablePropertyEditor

All Known Implementing Classes:
AutoNumberPropertyEditor, BinaryPropertyEditor, BooleanPropertyEditor, DatePropertyEditor, DateTimePropertyEditor, DecimalPropertyEditor, ExpressionPropertyEditor, FloatPropertyEditor, IntegerPropertyEditor, LongTextPropertyEditor, NumberPropertyEditor, ReferencePropertyEditor, SelectPropertyEditor, StringPropertyEditor, TimePropertyEditor, TimestampPropertyEditor, UserPropertyEditor

public interface LabelablePropertyEditor
Label形式をサポートするPropertyEditor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    表示タイプがLabel形式の場合に、登録時に登録対象にするかを返します。
    boolean
    表示タイプがLabel形式かを返します。
    boolean
    表示タイプがLabel形式の場合に、更新時に更新対象にするかを返します。
  • Method Details

    • isLabel

      boolean isLabel()
      表示タイプがLabel形式かを返します。
      Returns:
      true:Label形式
    • isInsertWithLabelValue

      boolean isInsertWithLabelValue()
      表示タイプがLabel形式の場合に、登録時に登録対象にするかを返します。
      Returns:
      true:登録対象
    • isUpdateWithLabelValue

      boolean isUpdateWithLabelValue()
      表示タイプがLabel形式の場合に、更新時に更新対象にするかを返します。
      Returns:
      true:更新対象