Class GeckoSession.PromptDelegate.DateTimePrompt.Type

Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.DateTimePrompt.Type
Enclosing class:
GeckoSession.PromptDelegate.DateTimePrompt

public static class GeckoSession.PromptDelegate.DateTimePrompt.Type extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Prompt for year, month, and day.
    static final int
    Prompt for year, month, day, hour, and minute, without timezone.
    static final int
    Prompt for year and month.
    static final int
    Prompt for hour and minute.
    static final int
    Prompt for year and week.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DATE

      public static final int DATE
      Prompt for year, month, and day.
      See Also:
    • MONTH

      public static final int MONTH
      Prompt for year and month.
      See Also:
    • WEEK

      public static final int WEEK
      Prompt for year and week.
      See Also:
    • TIME

      public static final int TIME
      Prompt for hour and minute.
      See Also:
    • DATETIME_LOCAL

      public static final int DATETIME_LOCAL
      Prompt for year, month, day, hour, and minute, without timezone.
      See Also:
  • Constructor Details

    • Type

      protected Type()