Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.clone() |
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1Widget.getDateTimePicker()
Displays a selection/input widget for date/time.
|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.set(String fieldName,
Object value) |
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.setLabel(String label)
The label for the field that displays to the user.
|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.setName(String name)
The name of the text input that's used in formInput, and uniquely identifies this input.
|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.setOnChangeAction(GoogleAppsCardV1Action onChangeAction)
Triggered when the user clicks Save or Clear from the date/time picker dialog.
|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.setTimezoneOffsetDate(Integer timezoneOffsetDate)
The number representing the time zone offset from UTC, in minutes.
|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.setType(String type)
The type of the date/time picker.
|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.setValueMsEpoch(Long valueMsEpoch)
The value to display as the default value before user input or previous user input.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setDateTimePicker(GoogleAppsCardV1DateTimePicker dateTimePicker)
Displays a selection/input widget for date/time.
|
Copyright © 2011–2021 Google. All rights reserved.