Uses of Interface
org.eclnt.jsfserver.pagebean.IPageBean
Packages that use IPageBean
Package
Description
-
Uses of IPageBean in org.eclnt.editor.tools
Methods in org.eclnt.editor.tools with parameters of type IPageBeanModifier and TypeMethodDescriptionvoidICCToolSet.openDialogInContentArea(WorkpageStartInfo wpsi, IPageBean pageBean) Open any page through Workplace management within editor. -
Uses of IPageBean in org.eclnt.jsfserver.defaultscreens
Classes in org.eclnt.jsfserver.defaultscreens that implement IPageBeanModifier and TypeClassDescriptionclassSome default screens that are provided - e.g. message screens ("ok"-dialogs, "yes-no"-dialogs) and default dialogs for the grid processing ("column details", "search & export").classThis is the one class managing the "popup aspects" of a grid:
(1.) the search & export popup
(2.) the popup for arranging the columns
Background: you may e.g. use the class to build an own popup dialog providing both parts of the function within one popup.classclass -
Uses of IPageBean in org.eclnt.jsfserver.elements.componentnodes
Methods in org.eclnt.jsfserver.elements.componentnodes with parameters of type IPageBeanModifier and TypeMethodDescriptionPAGEBEANCOMPONENTNode.bindPagebeanbinding(IPageBean value) PAGEBEANINCLUDENode.bindPagebeanbinding(IPageBean value) ROWPAGEBEANINCLUDENode.bindPagebeanbinding(IPageBean value) UNIFIEDPOLLINGNode.bindPagebeanbinding(IPageBean value) -
Uses of IPageBean in org.eclnt.jsfserver.elements.impl
Classes in org.eclnt.jsfserver.elements.impl that implement IPageBeanMethods in org.eclnt.jsfserver.elements.impl that return IPageBeanMethods in org.eclnt.jsfserver.elements.impl with parameters of type IPageBeanModifier and TypeMethodDescriptionvoidAdds a tile to the TILEDAREA.voidAdds a tile to the TILEDAREA.Constructors in org.eclnt.jsfserver.elements.impl with parameters of type IPageBean -
Uses of IPageBean in org.eclnt.jsfserver.elements.nullcontent
Classes in org.eclnt.jsfserver.elements.nullcontent that implement IPageBeanMethods in org.eclnt.jsfserver.elements.nullcontent that return IPageBeanMethods in org.eclnt.jsfserver.elements.nullcontent with parameters of type IPageBean -
Uses of IPageBean in org.eclnt.jsfserver.elements.polling
Classes in org.eclnt.jsfserver.elements.polling that implement IPageBean -
Uses of IPageBean in org.eclnt.jsfserver.elements.util
Constructors in org.eclnt.jsfserver.elements.util with parameters of type IPageBeanModifierConstructorDescriptionDefaultModalPopupListener(IPageBean openerBean, IPageBean popupBean) DefaultModelessPopupListener(IPageBean openerBean, IPageBean popupBean) Use this constructor when working with page beans. -
Uses of IPageBean in org.eclnt.jsfserver.managedbean
Classes in org.eclnt.jsfserver.managedbean that implement IPageBeanModifier and TypeClassDescriptionclassDefault implementation of bean that is managed by a dispatcher. -
Uses of IPageBean in org.eclnt.jsfserver.pagebean
Classes in org.eclnt.jsfserver.pagebean that implement IPageBeanMethods in org.eclnt.jsfserver.pagebean that return types with arguments of type IPageBeanModifier and TypeMethodDescriptionPageBean.getPopups()Page beans which are opened as modal or modeless popup are stored in this Map.Methods in org.eclnt.jsfserver.pagebean with parameters of type IPageBeanModifier and TypeMethodDescriptionstatic StringPageBeanUtil.buildContentReplace(IPageBean pageBean) Internal usage within the page bean processing.PageBean.buildContentReplaceString(IPageBean pageBean) Internal usage.voidIPageBean.closePopup(IPageBean pageBean) Closes a modal popup that was opened before.voidPageBean.closePopup(IPageBean pageBean) Closes a dialog the was previously opened viaPageBean.openModalPopup(IPageBean, String, int, int, IModalPopupListener)orPageBean.openModelessPopup(IPageBean, String, int, int, IModelessPopupListener).PageBean.getModalModelessPopupForPopupPageBean(IPageBean pageBean) When opening a popup by methodPageBean.openModalPopup(IPageBean, String, int, int, IModalPopupListener)orPageBean.openModelessPopup(IPageBean, String, int, int, IModelessPopupListener)an instance ofModalPopuporModelessPopupis created, representing the popup which is opened.IPageBean.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.IPageBean.openModelessPopup(IPageBean pageBean, String title, int width, int height, ModelessPopup.IModelessPopupListener popupListener) Opens a modeless popup with an other page beans's content.PageBean.openModelessPopup(IPageBean pageBean, String title, int width, int height, ModelessPopup.IModelessPopupListener popupListener) Opens the passed pageBean-instance in a modal dialog. -
Uses of IPageBean in org.eclnt.jsfserver.pagebean.component
Subinterfaces of IPageBean in org.eclnt.jsfserver.pagebean.componentModifier and TypeInterfaceDescriptioninterfaceInterface to page bean components.
...all methods moved into the meantime to IPageBean because they are of general usage...Classes in org.eclnt.jsfserver.pagebean.component that implement IPageBeanModifier and TypeClassDescriptionclassSelf containing component that can be easily re-used across application projects.classBase functions of a page bean component. -
Uses of IPageBean in org.eclnt.jsfserver.pagebean.componentascontrol
Subinterfaces of IPageBean in org.eclnt.jsfserver.pagebean.componentascontrolModifier and TypeInterfaceDescriptioninterfaceInterface to page bean components.
...this is the second version of the interface, the first one isIPageBeanComponent.Classes in org.eclnt.jsfserver.pagebean.componentascontrol that implement IPageBeanModifier and TypeClassDescriptionclassSelf containing component that can be easily re-used across application projects.classMethods in org.eclnt.jsfserver.pagebean.componentascontrol with parameters of type IPageBeanModifier and TypeMethodDescriptionvoidIPageBeanComponentAsControlImplicitlyCreateInstancePassOwningPageBean.setOwningPageBean(IPageBean owningPageBean) -
Uses of IPageBean in org.eclnt.jsfserver.pagebean.provider
Classes in org.eclnt.jsfserver.pagebean.provider with type parameters of type IPageBeanModifier and TypeClassDescriptionclassPageBeanProvider<PBCLASS extends IPageBean>Default implementation ifIPageBeanProvider.Methods in org.eclnt.jsfserver.pagebean.provider that return IPageBeanModifier and TypeMethodDescriptionIPageBeanProvider.createPageBean(PageBeanComponentData pbInitData) final IPageBeanPageBeanProvider.createPageBean(PageBeanComponentData pbInitData) -
Uses of IPageBean in org.eclnt.jsfserver.rttools
Classes in org.eclnt.jsfserver.rttools that implement IPageBeanModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of IPageBean in org.eclnt.jsfserver.util.fixgridpersistence
Methods in org.eclnt.jsfserver.util.fixgridpersistence with parameters of type IPageBeanModifier and TypeMethodDescriptionDefaultFIXGRIDPersistence.readGridInfoForGrid(IPageBean pageBean, String persistId) Method for reading theGridInfodata from outside.
E.g. is used to sort a grid without yet being bound to a component processing. -
Uses of IPageBean in org.eclnt.jsfserver.util.pagebeancomponents
Classes in org.eclnt.jsfserver.util.pagebeancomponents that implement IPageBean -
Uses of IPageBean in org.eclnt.workplace
Subinterfaces of IPageBean in org.eclnt.workplaceModifier and TypeInterfaceDescriptioninterfacePage bean that wants to receive information about its embedding into the workplace.interfaceThe renderer does only render the content.interfaceThe renderer does is responsible for completely rendering the container content - including ROWTITLEBAR and maybe other components.interfaceInterface to page beans that renders the workpage selector.Classes in org.eclnt.workplace that implement IPageBeanModifier and TypeClassDescriptionclassclassclassclassWorkpage container renderer in which each workpage is embedded into a HIDEABLEPANE, using "resize" as type of hiding (so that e.g.classBean that is managed within a workplace context.classPage bean that renders a function tree in the following way:
1. the first level functions are rendered as buttons
2. the second level functions are rendered as trees
Each button is associated to one tree and opens/closes the tree.classMethods in org.eclnt.workplace that return IPageBeanModifier and TypeMethodDescriptionICreatePageBeanInstance.createInstance(String pageBeanName, IWorkpageDispatcher dispatcher) IWorkpageByPageBean.getPageBean()WorkpageByPageBean.getPageBean()Methods in org.eclnt.workplace with parameters of type IPageBeanModifier and TypeMethodDescriptionvoidIWorkpage.closeSemiModalPopup(IPageBean callingPageBean, IPageBean popupPageBean) Close popup that was opened via#openSemiModalPopup(IPageBean, String, int, int, org.eclnt.jsfserver.defaultscreens.ModelessPopup.IModelessPopupListener).voidWorkpage.closeSemiModalPopup(IPageBean callingPageBean, IPageBean popupPageBean) IWorkpage.openSemiModalPopup(IPageBean callingPageBean, IPageBean popupPageBean, String title, int width, int height, ModelessPopup.IModelessPopupListener popupListener) Open semi-modal popup.Workpage.openSemiModalPopup(IPageBean callingPageBean, IPageBean popupPageBean, String title, int width, int height, ModelessPopup.IModelessPopupListener popupListener) Opens a modal popup which is only modal in the optical scope of the workpage.Constructors in org.eclnt.workplace with parameters of type IPageBeanModifierConstructorDescriptionWorkpageByPageBean(IWorkpageDispatcher dispatcher, IPageBean pageBean, String id, String title, String iconURL, boolean isDecorated) Constructor in which you pass a page bean that you already created on your own. -
Uses of IPageBean in org.eclnt.workplace.eximport
Methods in org.eclnt.workplace.eximport with parameters of type IPageBeanModifier and TypeMethodDescriptionvoidWorkplacePageBeanStateExtractor.applyStateIntoPageBean(IPageBean pageBean, WorkpageStartInfo wpsi) WorkplacePageBeanStateExtractor.extractWorkpageStartInfo(IPageBean pageBean) Creates aWorkpageStartInfoinstance that can be used to start this page bean as a new instance in a different environment, e.g. in a different browser.