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 ModalPopupModalPopup.createInstance()Direct creation of modal popup.DefaultPopupCreator.createModalPopupInstance()IPopupCreator.createModalPopupInstance()DefaultScreens.getHtModalPopup0()DefaultScreens.getHtModalPopup1()DefaultScreens.getHtModalPopup2()OKPopup.getModalPopup()YESNOPopup.getModalPopup()static ModalPopupStatusbar.outputAlert(String text) Output alert message.static ModalPopupStatusbar.outputAlert(String text, String title) Output alert message.static ModalPopupStatusbar.outputAlert(String text, String title, String longText) static ModalPopupStatusbar.outputMessageWithPopup(String text) static ModalPopupStatusbar.outputMessageWithPopup(String text, String longText) static ModalPopupStatusbar.outputMessageWithPopup(String text, String title, String longText) static ModalPopupStatusbar.outputSuccessWithPopup(String text) static ModalPopupStatusbar.outputSuccessWithPopup(String text, String longText) static ModalPopupStatusbar.outputSuccessWithPopup(String text, String title, String longText) static ModalPopupStatusbar.outputWarningWithPopup(String text) static ModalPopupStatusbar.outputWarningWithPopup(String text, String longText) static ModalPopupStatusbar.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)