Package org.eclnt.workplace
Interface IWorkpageSelector
- All Superinterfaces:
IDynamicContentBindingObject,IPageBean
Interface to page beans that renders the workpage selector. By default
this is rendered via a tabbedpane - but you can user your own rendering
as well.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinit(IWorkpageContainer container) Initialization.voidupdate()Update to structure workpage container (e.g. new tab, tab selection).Methods inherited from interface org.eclnt.jsfserver.pagebean.IPageBean
closePopup, getActualRootExpression, getPageModifier, getPageName, getRootExpressionUsedInPage, getStamp, onBeforeRendering, openModalPopup, openModelessPopup, setActualRootExpression
-
Method Details
-
init
Initialization. This method is called directly after constrcution. One instance of IWorkpageSelector is created per workpage container area.- Parameters:
container- This is the workpage container which really belongs to the corresponding workpage container area. Please note: in case of multiplce workpage container areas there are multiple workpage container instances.
-
update
void update()Update to structure workpage container (e.g. new tab, tab selection).
-