クラス DateTimePropertyEditor

すべての実装されたインタフェース:
Serializable, org.iplass.adminconsole.view.annotation.Refrectable, LabelablePropertyEditor
直系の既知のサブクラス:
DatePropertyEditor, TimePropertyEditor, TimestampPropertyEditor

public abstract class DateTimePropertyEditor extends PrimitivePropertyEditor implements LabelablePropertyEditor
日付・時間型プロパティエディタのスーパークラス
関連項目:
  • コンストラクタの詳細

    • DateTimePropertyEditor

      public DateTimePropertyEditor()
  • メソッドの詳細

    • setDisplayType

      public void setDisplayType(DateTimePropertyEditor.DateTimeDisplayType displayType)
      表示タイプを設定します。
      パラメータ:
      displayType - 表示タイプ
    • getDisplayType

      表示タイプを取得します。
      定義:
      getDisplayType クラス内 PropertyEditor
      戻り値:
      表示タイプ
    • getDatetimeFormat

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

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

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

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

      public boolean isHide()
      クラスからコピーされた説明: PropertyEditor
      非表示かを取得します。
      定義:
      isHide クラス内 PropertyEditor
      戻り値:
      true:非表示
    • isSingleDayCondition

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

      public void setSingleDayCondition(boolean singleDayCondition)
      検索条件の単一日指定を設定します
      パラメータ:
      singleDayCondition - 検索条件の単一日指定
    • isHideSearchConditionFrom

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

      public void setHideSearchConditionFrom(boolean hideSearchConditionFrom)
      検索条件From非表示設定を設定します。
      パラメータ:
      hideSearchConditionFrom - 検索条件From非表示設定
    • isHideSearchConditionTo

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

      public void setHideSearchConditionTo(boolean hideSearchConditionTo)
      検索条件To非表示設定を設定します。
      パラメータ:
      hideSearchConditionTo - 検索条件To非表示設定
    • isHideSearchConditionRangeSymbol

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

      public void setHideSearchConditionRangeSymbol(boolean hideSearchConditionRangeSymbol)
      検索条件範囲記号非表示設定を設定します。
      パラメータ:
      hideSearchConditionRangeSymbol - 検索条件範囲記号非表示設定
    • 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形式の場合の更新制御