Uses of Interface
org.eclnt.workplace.ICreatePageBeanInstance
Packages that use ICreatePageBeanInstance
-
Uses of ICreatePageBeanInstance in org.eclnt.workplace
Methods in org.eclnt.workplace with parameters of type ICreatePageBeanInstanceModifier and TypeMethodDescriptionWorkpageDefaultStarter.createWorkpageWithPageBean
(IWorkpageDispatcher workpageDispatcher, String title, WorkpageStartInfo startInfo, ICreatePageBeanInstance beanCreator) 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, 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.Constructors in org.eclnt.workplace with parameters of type ICreatePageBeanInstanceModifierConstructorDescriptionWorkpageByPageBean
(IWorkpageDispatcher dispatcher, String title, WorkpageStartInfo wpsi, ICreatePageBeanInstance beanCreator) Constructor in which you can explicitly control the creation of the page bean instance.