Uses of Interface
org.eclnt.workplace.IWorkpageContainer
Packages that use IWorkpageContainer
-
Uses of IWorkpageContainer in org.eclnt.jsfserver.rttools
Methods in org.eclnt.jsfserver.rttools that return IWorkpageContainerModifier and TypeMethodDescriptionprotected IWorkpageContainerCCTDDispatcher.createWorkpageContainer()Constructors in org.eclnt.jsfserver.rttools with parameters of type IWorkpageContainer -
Uses of IWorkpageContainer in org.eclnt.workplace
Classes in org.eclnt.workplace that implement IWorkpageContainerFields in org.eclnt.workplace declared as IWorkpageContainerModifier and TypeFieldDescriptionprotected IWorkpageContainerWorkpageDispatcher.m_workpageContainerMethods in org.eclnt.workplace that return IWorkpageContainerModifier and TypeMethodDescriptionprotected IWorkpageContainerWorkpageDispatcher.createWorkpageContainer()Creation of Workpage Container instance.static IWorkpageContainerWorkpageDispatcher.findSessionWorkpageContainer()Returns workpage container of a session.IWorkpageContainer.getSubWorkpageContainerForWorkpage(IWorkpage workpage) A workpage container may be separated into sub-workpage containers.WorkpageContainer.getSubWorkpageContainerForWorkpage(IWorkpage workpage) IWorkpage.getWorkpageContainer()Returns the container this workpage is living in.IWorkpageDispatcher.getWorkpageContainer()Workpage.getWorkpageContainer()Returns the workpage container managing the workplace management.WorkpageDispatchedBean.getWorkpageContainer()WorkpageDispatchedPageBean.getWorkpageContainer()WorkpageDispatcher.getWorkpageContainer()The workpage container that is associated with the dispatcher.protected IWorkpageContainerWorkplaceFunctionTree.getWorkpageContainer()Methods in org.eclnt.workplace that return types with arguments of type IWorkpageContainerModifier and TypeMethodDescriptionMap<String,? extends IWorkpageContainer> IWorkpageContainer.getSubContainers()A workplace may have several workpage containers - each of them holding workpages.Map<String,? extends IWorkpageContainer> WorkpageContainer.getSubContainers()Methods in org.eclnt.workplace with parameters of type IWorkpageContainerModifier and TypeMethodDescriptionvoidIWorkpageSelector.init(IWorkpageContainer container) Initialization.booleanDefaultWorkpageContainerListener.reactOnSelectorUserSelection(IWorkpageContainer workpageContainer, int fromIndex, int toIndex, IWorkpage fromWorkpage, IWorkpage toWorkpage) booleanIWorkpageContainerListener.reactOnSelectorUserSelection(IWorkpageContainer workpageContainer, int fromIndex, int toIndex, IWorkpage fromWorkpage, IWorkpage toWorkpage) booleanWorkpageContainerDefaultListener.reactOnSelectorUserSelection(IWorkpageContainer workpageContainer, int fromIndex, int toIndex, IWorkpage fromWorkpage, IWorkpage toWorkpage) voidDefaultWorkpageContainerListener.reactOnWorkpageMoved(IWorkpage workpage, IWorkpageContainer from, IWorkpageContainer to) voidIWorkpageContainerListener.reactOnWorkpageMoved(IWorkpage workpage, IWorkpageContainer from, IWorkpageContainer to) voidWorkpageContainerDefaultListener.reactOnWorkpageMoved(IWorkpage workpage, IWorkpageContainer from, IWorkpageContainer to) IWorkpageStarter.startWorkpage(IWorkpageDispatcher workpageDispatcher, IWorkpageContainer workpageContainer, WorkpageStartInfo startInfo) Default method for starting workpages.IWorkpageStarter.startWorkpage(IWorkpageDispatcher workpageDispatcher, IWorkpageContainer workpageContainer, WorkpageStartInfo startInfo, ICreatePageBeanInstance beanCreator) Method for creating a page bean and opening it in a new workpage.WorkpageDefaultStarter.startWorkpage(IWorkpageDispatcher workpageDispatcher, IWorkpageContainer workpageContainer, WorkpageStartInfo startInfo) Start workpage that is defined by the parameter startInfo.WorkpageDefaultStarter.startWorkpage(IWorkpageDispatcher workpageDispatcher, IWorkpageContainer workpageContainer, WorkpageStartInfo startInfo, ICreatePageBeanInstance beanCreator) Start workpage that is defined by the parameter startInfo together with a call back to generate the main page bean that is used in the workpage.protected voidWorkpageDefaultStarter.switchToAlreadyOpenedWorkpage(IWorkpageDispatcher workpageDispatcher, IWorkpageContainer workpageContainer, IWorkpage workpage) This method is called when the page is already opened in the workplace.Constructors in org.eclnt.workplace with parameters of type IWorkpageContainerModifierConstructorDescriptionWorkpageDispatcher(IWorkpageContainer workpageContainer) This constructor is the constructor for the workpage level sub dispatchers.