Uses of Class
org.hippoecm.frontend.dialog.wicket9.ModalWindow
-
Uses of ModalWindow in org.hippoecm.frontend.dialog
-
Uses of ModalWindow in org.hippoecm.frontend.dialog.wicket9
Modifier and TypeMethodDescriptionModalWindow.remove
(org.apache.wicket.Component component) Deprecated.ModalWindow.setAutoSize
(boolean autoSize) Deprecated.Sets whether window size will be automatically adjusted on opening to fit content's width and height.ModalWindow.setCloseButtonCallback
(ModalWindow.CloseButtonCallback callback) Deprecated.Sets the
instance.ModalWindow.CloseButtonCallback
ModalWindow.setContent
(org.apache.wicket.Component component) Deprecated.Sets the content of the modal window.ModalWindow.setCookieName
(String cookieName) Deprecated.Sets the name of the cookie that is used to remember window position (and size if the window is resizable).ModalWindow.setCssClassName
(String cssClassName) Deprecated.Sets the CSS class name for this window.ModalWindow.setHeightUnit
(String heightUnit) Deprecated.Sets the CSS unit used for initial window height.ModalWindow.setInitialHeight
(int initialHeight) Deprecated.Sets the initial height of the window.ModalWindow.setInitialWidth
(int initialWidth) Deprecated.Sets the initial width of the window.ModalWindow.setMaskType
(ModalWindow.MaskType mask) Deprecated.Sets the mask type of the window.ModalWindow.setMinimalHeight
(int minimalHeight) Deprecated.Sets the minimal height of window.ModalWindow.setMinimalWidth
(int minimalWidth) Deprecated.Sets the minimal width of window.ModalWindow.setPageCreator
(ModalWindow.PageCreator creator) Deprecated.Sets the
instance.ModalWindow.PageCreator
ModalWindow.setResizable
(boolean resizable) Deprecated.Sets whether the user will be able to resize the window.Deprecated.Sets the title of window.Deprecated.Sets the title of window.ModalWindow.setUseInitialHeight
(boolean useInitialHeight) Deprecated.Sets whether to use initial height or preserve the real content height.ModalWindow.setWidthUnit
(String widthUnit) Deprecated.Sets the CSS unit used for initial window width.ModalWindow.setWindowClosedCallback
(ModalWindow.WindowClosedCallback callback) Deprecated.Sets the@{link
instance.ModalWindow.WindowClosedCallback
ModalWindow.showUnloadConfirmation
(boolean unloadConfirmation) Deprecated.Sets a flag whether to ask the user before leaving the page.