Class InstantDateTimeField

java.lang.Object
All Implemented Interfaces:
ClientObject, Component

public class InstantDateTimeField
extends AbstractDateTimeField<java.time.Instant>
  • Field Details

    • timeZoneId

      protected java.time.ZoneId timeZoneId
  • Constructor Details

    • InstantDateTimeField

      public InstantDateTimeField()
  • Method Details

    • createUiComponent

      public org.teamapps.dto.UiField createUiComponent()
      Specified by:
      createUiComponent in class AbstractComponent
    • getTimeZoneId

      public java.time.ZoneId getTimeZoneId()
    • setTimeZoneId

      public void setTimeZoneId​(java.time.ZoneId timeZoneId)
    • convertUiValueToUxValue

      public java.time.Instant convertUiValueToUxValue​(java.lang.Object value)
      Overrides:
      convertUiValueToUxValue in class AbstractField<java.time.Instant>