Uses of Class
org.eclnt.jsfserver.defaultscreens.ModalPopup
Packages that use ModalPopup
Package
Description
-
Uses of ModalPopup in org.eclnt.jsfserver.defaultscreens
Methods in org.eclnt.jsfserver.defaultscreens that return ModalPopupModifier and TypeMethodDescriptionstatic ModalPopup
ModalPopup.createInstance()
Direct creation of modal popup.DefaultPopupCreator.createModalPopupInstance()
IPopupCreator.createModalPopupInstance()
DefaultScreens.getHtModalPopup0()
DefaultScreens.getHtModalPopup1()
DefaultScreens.getHtModalPopup2()
OKPopup.getModalPopup()
YESNOPopup.getModalPopup()
static ModalPopup
Statusbar.outputAlert
(String text) Output alert message.static ModalPopup
Statusbar.outputAlert
(String text, String title) Output alert message.static ModalPopup
Statusbar.outputAlert
(String text, String title, String longText) static ModalPopup
Statusbar.outputMessageWithPopup
(String text) static ModalPopup
Statusbar.outputMessageWithPopup
(String text, String longText) static ModalPopup
Statusbar.outputMessageWithPopup
(String text, String title, String longText) static ModalPopup
Statusbar.outputSuccessWithPopup
(String text) static ModalPopup
Statusbar.outputSuccessWithPopup
(String text, String longText) static ModalPopup
Statusbar.outputSuccessWithPopup
(String text, String title, String longText) static ModalPopup
Statusbar.outputWarningWithPopup
(String text) static ModalPopup
Statusbar.outputWarningWithPopup
(String text, String longText) static ModalPopup
Statusbar.outputWarningWithPopup
(String text, String title, String longText) Statusbar.writeAlert
(String text) Statusbar.writeAlert
(String text, String title) Output alert message.Statusbar.writeMessageWithPopup
(String text) Statusbar.writeMessageWithPopup
(String text, String longText) Statusbar.writeMessageWithPopup
(String text, String title, String longText) Statusbar.writeSuccessWithPopup
(String text) Statusbar.writeSuccessWithPopup
(String text, String longText) Statusbar.writeSuccessWithPopup
(String text, String title, String longText) Statusbar.writeWarningWithPopup
(String text) Statusbar.writeWarningWithPopup
(String text, String longText) Statusbar.writeWarningWithPopup
(String text, String title, String longText) Methods in org.eclnt.jsfserver.defaultscreens that return types with arguments of type ModalPopupModifier and TypeMethodDescriptionDefaultScreens.getModalPopups()
DefaultScreens.SessionAccess.getModalPopups()
DefaultScreens.SessionAccess.getSortedModalPopups()
Methods in org.eclnt.jsfserver.defaultscreens with parameters of type ModalPopup -
Uses of ModalPopup in org.eclnt.jsfserver.elements.util
Constructors in org.eclnt.jsfserver.elements.util with parameters of type ModalPopup -
Uses of ModalPopup in org.eclnt.jsfserver.managedbean
Methods in org.eclnt.jsfserver.managedbean that return ModalPopupModifier and TypeMethodDescriptionDefaultDispatcher.createModalPopup()
Deprecated.IDispatcher.createModalPopup()
Create a modal popup instance within the workpage context. -
Uses of ModalPopup in org.eclnt.jsfserver.pagebean
Methods in org.eclnt.jsfserver.pagebean that return ModalPopupModifier and TypeMethodDescriptionIPageBean.openModalPopup
(IPageBean pageBean, String title, int width, int height, ModalPopup.IModalPopupListener popupListener) Opens a modal popup with an other page beans's content.PageBean.openModalPopup
(IPageBean pageBean, String title, int width, int height, ModalPopup.IModalPopupListener popupListener) Opens the passed pageBean-instance in a modal dialog. -
Uses of ModalPopup in org.eclnt.workplace
Methods in org.eclnt.workplace that return ModalPopupModifier and TypeMethodDescriptionWorkpageDispatcher.createModalPopup()
Deprecated.IWorkpage.createModalPopupInWorkpageContext()
Deprecated.Workpage.createModalPopupInWorkpageContext()
Constructors in org.eclnt.workplace with parameters of type ModalPopupModifierConstructorDescriptionImageSelectionListener
(ModalPopup popup, WorkpageStartInfo favoriteInfo) ImageSelectionListener
(ModalPopup popup, WorkpageStartInfo favoriteInfo)