C - Concrete configurator typepublic static interface DialogConfigurator.ClosableDialogConfigurator<C extends DialogConfigurator.ClosableDialogConfigurator<C>> extends DialogConfigurator<C>
DialogConfigurator with dialog closing options configuration.DialogConfigurator.ClosableDialogConfigurator<C extends DialogConfigurator.ClosableDialogConfigurator<C>>ComponentConfigurator.BaseComponentConfiguratorHasSizeConfigurator.BaseHasSizeConfiguratorHasStyleConfigurator.BaseHasStyleConfiguratorHasTextConfigurator.BaseHasTextConfiguratorFULL_SIZE| Modifier and Type | Method and Description |
|---|---|
C |
closeOnEsc(boolean closeOnEsc)
Sets whether the dialog can be closed by hitting the esc-key or not.
|
C |
closeOnOutsideClick(boolean closeOnOutsideClick)
Sets whether this dialog can be closed by clicking outside of it or not.
|
withComponent, withComponent, withOpenedChangeListener, withToolbarComponent, withToolbarComponentcreate, elementConfiguration, hidden, id, visible, withAttachListener, withDetachListenerwithEventListener, withEventListener, withThemeNamecreate, fullHeight, fullSize, fullWidth, height, height, heightUndefined, maxHeight, maxWidth, minHeight, minWidth, sizeUndefined, width, width, widthUndefinedcreate, styleName, styleNamescreate, create, text, text, textdeferLocalization, withDeferredLocalizationisDeferredLocalizationEnabledC closeOnEsc(boolean closeOnEsc)
By default, the dialog is closable with esc.
closeOnEsc - true to enable closing this dialog with the esc-key, false to
disable itC closeOnOutsideClick(boolean closeOnOutsideClick)
By default, the dialog is closable with an outside click.
closeOnOutsideClick - true to enable closing this dialog with an outside click,
false to disable itCopyright © 2020 The Holon Platform. All rights reserved.