Interface IPageBeanPaintAreaConfigurable
- All Superinterfaces:
org.eclnt.jsfserver.util.valuemgmt.IDynamicContentBindingObject
,org.eclnt.jsfserver.pagebean.IPageBean
- All Known Implementing Classes:
PageBeanPaintAreaUI
public interface IPageBeanPaintAreaConfigurable
extends org.eclnt.jsfserver.pagebean.IPageBean
Interface that must be implemented by page beans that "take part" in the page bean
paint area.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initPageBeanPaintAreaConfiguration
(Object context, List<PageBeanPaintAreaParamValue> params) This method is called one time - the concrete configuration is passed.void
This method is called every time the content of the page bean paint area is refreshed.Methods inherited from interface org.eclnt.jsfserver.pagebean.IPageBean
closePopup, getActualRootExpression, getPageModifier, getPageName, getRootExpressionUsedInPage, getStamp, onBeforeRendering, openModalPopup, openModelessPopup, setActualRootExpression
-
Method Details
-
initPageBeanPaintAreaConfiguration
This method is called one time - the concrete configuration is passed. -
refreshPageBeanPaintAreaContent
void refreshPageBeanPaintAreaContent()This method is called every time the content of the page bean paint area is refreshed. The component may re-read dynamic values so that its content is updated.
-