Package org.mozilla.geckoview
Class GeckoSession.PromptDelegate.DateTimePrompt.Type
Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.DateTimePrompt.Type
- Enclosing class:
- GeckoSession.PromptDelegate.DateTimePrompt
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
-
Method Summary
-
Field Details
-
DATE
public static final int DATEPrompt for year, month, and day.- See Also:
-
MONTH
public static final int MONTHPrompt for year and month.- See Also:
-
WEEK
public static final int WEEKPrompt for year and week.- See Also:
-
TIME
public static final int TIMEPrompt for hour and minute.- See Also:
-
DATETIME_LOCAL
public static final int DATETIME_LOCALPrompt for year, month, day, hour, and minute, without timezone.- See Also:
-
-
Constructor Details
-
Type
protected Type()
-