Class DateTimePropertyEditor

All Implemented Interfaces:
Serializable, org.iplass.adminconsole.view.annotation.Refrectable, LabelablePropertyEditor
Direct Known Subclasses:
DatePropertyEditor, TimePropertyEditor, TimestampPropertyEditor

public abstract class DateTimePropertyEditor extends PrimitivePropertyEditor implements LabelablePropertyEditor
日付・時間型プロパティエディタのスーパークラス
See Also:
  • Constructor Details Link icon

    • DateTimePropertyEditor Link icon

      public DateTimePropertyEditor()
  • Method Details Link icon

    • setDisplayType Link icon

      public void setDisplayType(DateTimePropertyEditor.DateTimeDisplayType displayType)
      表示タイプを設定します。
      Parameters:
      displayType - 表示タイプ
    • getDisplayType Link icon

      表示タイプを取得します。
      Specified by:
      getDisplayType in class PropertyEditor
      Returns:
      表示タイプ
    • getDatetimeFormat Link icon

      public DateTimeFormatSetting getDatetimeFormat()
      日付/時刻のフォーマット設定を取得します。
      Returns:
      datetimeFormat フォーマット設定
    • setDatetimeFormat Link icon

      public void setDatetimeFormat(DateTimeFormatSetting datetimeFormat)
      日付/時刻のフォーマット設定を取得します。
    • getLocalizedDatetimeFormatList Link icon

      public List<LocalizedDateTimeFormatSetting> getLocalizedDatetimeFormatList()
      日付/時刻のフォーマットの多言語設定情報を取得します。
      Returns:
      localizedDatetimeFormatList フォーマットの多言語設定情報
    • setLocalizedDatetimeFormatList Link icon

      public void setLocalizedDatetimeFormatList(List<LocalizedDateTimeFormatSetting> localizedDatetimeFormatList)
      日付/時刻のフォーマットの多言語設定情報を取得します。
    • isHide Link icon

      public boolean isHide()
      Description copied from class: PropertyEditor
      非表示かを取得します。
      Specified by:
      isHide in class PropertyEditor
      Returns:
      true:非表示
    • isSingleDayCondition Link icon

      public boolean isSingleDayCondition()
      検索条件の単一日指定を取得します。
      Returns:
      検索条件の単一日指定
    • setSingleDayCondition Link icon

      public void setSingleDayCondition(boolean singleDayCondition)
      検索条件の単一日指定を設定します
      Parameters:
      singleDayCondition - 検索条件の単一日指定
    • isHideSearchConditionFrom Link icon

      public boolean isHideSearchConditionFrom()
      検索条件From非表示設定を取得します。
      Returns:
      検索条件From非表示設定
    • setHideSearchConditionFrom Link icon

      public void setHideSearchConditionFrom(boolean hideSearchConditionFrom)
      検索条件From非表示設定を設定します。
      Parameters:
      hideSearchConditionFrom - 検索条件From非表示設定
    • isHideSearchConditionTo Link icon

      public boolean isHideSearchConditionTo()
      検索条件To非表示設定を取得します。
      Returns:
      検索条件To非表示設定
    • setHideSearchConditionTo Link icon

      public void setHideSearchConditionTo(boolean hideSearchConditionTo)
      検索条件To非表示設定を設定します。
      Parameters:
      hideSearchConditionTo - 検索条件To非表示設定
    • isHideSearchConditionRangeSymbol Link icon

      public boolean isHideSearchConditionRangeSymbol()
      検索条件範囲記号非表示設定を取得します。
      Returns:
      検索条件範囲記号非表示設定
    • setHideSearchConditionRangeSymbol Link icon

      public void setHideSearchConditionRangeSymbol(boolean hideSearchConditionRangeSymbol)
      検索条件範囲記号非表示設定を設定します。
      Parameters:
      hideSearchConditionRangeSymbol - 検索条件範囲記号非表示設定
    • isLabel Link icon

      public boolean isLabel()
      Description copied from interface: LabelablePropertyEditor
      表示タイプがLabel形式かを返します。
      Specified by:
      isLabel in interface LabelablePropertyEditor
      Returns:
      true:Label形式
    • isInsertWithLabelValue Link icon

      public boolean isInsertWithLabelValue()
      Description copied from interface: LabelablePropertyEditor
      表示タイプがLabel形式の場合に、登録時に登録対象にするかを返します。
      Specified by:
      isInsertWithLabelValue in interface LabelablePropertyEditor
      Returns:
      true:登録対象
    • setInsertWithLabelValue Link icon

      public void setInsertWithLabelValue(boolean insertWithLabelValue)
      Label形式の場合の登録制御を設定します。
      Parameters:
      insertWithLabelValue - Label形式の場合の登録制御
    • isUpdateWithLabelValue Link icon

      public boolean isUpdateWithLabelValue()
      Description copied from interface: LabelablePropertyEditor
      表示タイプがLabel形式の場合に、更新時に更新対象にするかを返します。
      Specified by:
      isUpdateWithLabelValue in interface LabelablePropertyEditor
      Returns:
      true:更新対象
    • setUpdateWithLabelValue Link icon

      public void setUpdateWithLabelValue(boolean updateWithLabelValue)
      Label形式の場合の更新制御を設定します。
      Parameters:
      updateWithLabelValue - Label形式の場合の更新制御