pub struct ConfirmationDialogBuilder { /* private fields */ }Expand description
Builder for ConfirmationDialog object.
Implementations§
Source§impl ConfirmationDialogBuilder
impl ConfirmationDialogBuilder
Sourcepub fn get_confirm(&self) -> Option<&Text<Plain>>
pub fn get_confirm(&self) -> Option<&Text<Plain>>
get confirm field value.
Sourcepub fn set_confirm(self, value: Option<impl Into<Text<Plain>>>) -> Self
pub fn set_confirm(self, value: Option<impl Into<Text<Plain>>>) -> Self
set confirm field value.
Sourcepub fn build(self) -> Result<ConfirmationDialog, ValidationErrors>
pub fn build(self) -> Result<ConfirmationDialog, ValidationErrors>
build ConfirmationDialog object.