ButtonElement.ButtonElementBuilder |
ButtonElement.ButtonElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog after the button is clicked.
|
ChannelsSelectElement.ChannelsSelectElementBuilder |
ChannelsSelectElement.ChannelsSelectElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
CheckboxesElement.CheckboxesElementBuilder |
CheckboxesElement.CheckboxesElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog
that appears after clicking one of the checkboxes in this element.
|
ConversationsSelectElement.ConversationsSelectElementBuilder |
ConversationsSelectElement.ConversationsSelectElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
DatePickerElement.DatePickerElementBuilder |
DatePickerElement.DatePickerElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a date is selected.
|
ExternalSelectElement.ExternalSelectElementBuilder |
ExternalSelectElement.ExternalSelectElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
MultiChannelsSelectElement.MultiChannelsSelectElementBuilder |
MultiChannelsSelectElement.MultiChannelsSelectElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears
before the multi-select choices are submitted.
|
MultiConversationsSelectElement.MultiConversationsSelectElementBuilder |
MultiConversationsSelectElement.MultiConversationsSelectElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears
before the multi-select choices are submitted.
|
MultiExternalSelectElement.MultiExternalSelectElementBuilder |
MultiExternalSelectElement.MultiExternalSelectElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog
that appears before the multi-select choices are submitted.
|
MultiStaticSelectElement.MultiStaticSelectElementBuilder |
MultiStaticSelectElement.MultiStaticSelectElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.
|
MultiUsersSelectElement.MultiUsersSelectElementBuilder |
MultiUsersSelectElement.MultiUsersSelectElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.
|
OverflowMenuElement.OverflowMenuElementBuilder |
OverflowMenuElement.OverflowMenuElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
RadioButtonsElement.RadioButtonsElementBuilder |
RadioButtonsElement.RadioButtonsElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog
that appears after clicking one of the radio buttons in this element.
|
StaticSelectElement.StaticSelectElementBuilder |
StaticSelectElement.StaticSelectElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
TimePickerElement.TimePickerElementBuilder |
TimePickerElement.TimePickerElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a date is selected.
|
UsersSelectElement.UsersSelectElementBuilder |
UsersSelectElement.UsersSelectElementBuilder.confirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
void |
ButtonElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog after the button is clicked.
|
void |
ChannelsSelectElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
void |
CheckboxesElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog
that appears after clicking one of the checkboxes in this element.
|
void |
ConversationsSelectElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
void |
DatePickerElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a date is selected.
|
void |
ExternalSelectElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
void |
MultiChannelsSelectElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears
before the multi-select choices are submitted.
|
void |
MultiConversationsSelectElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears
before the multi-select choices are submitted.
|
void |
MultiExternalSelectElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog
that appears before the multi-select choices are submitted.
|
void |
MultiStaticSelectElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.
|
void |
MultiUsersSelectElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.
|
void |
OverflowMenuElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
void |
RadioButtonsElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog
that appears after clicking one of the radio buttons in this element.
|
void |
StaticSelectElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
void |
TimePickerElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a date is selected.
|
void |
UsersSelectElement.setConfirm(ConfirmationDialogObject confirm) |
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|