Interface DateFieldRenderer

All Superinterfaces:
BasicRenderer, Renderer<DateFieldRenderer>

public interface DateFieldRenderer extends Renderer<DateFieldRenderer>
Since:
3.9.0
Author:
Jakub Stroleny, Polarion Software
  • Method Details

    • withZeroTime

      @NotNull DateFieldRenderer withZeroTime(boolean value)
      Renders time with zero time. When false then time 00:00 is not rendered. Default is true when this method is not called.
    • withZeroTime

      @NotNull DateFieldRenderer withZeroTime()
      Shortcut for calling withZeroTime(boolean) with true.
    • withTimeDifference

      @NotNull DateFieldRenderer withTimeDifference(boolean value)
      Renders time as difference time from current date. E.g.: 5 days Default is false when this method is not called.
    • withTimeDifference

      @NotNull DateFieldRenderer withTimeDifference()
      Shortcut for calling withTimeDifference(boolean) with true.