Class PageBeanPaintAreaUI
java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.managedbean.DefaultDispatchedPageBean
org.eclnt.workplace.WorkpageDispatchedPageBean
org.eclnt.ccaddons.pagebeanpaintarea.ui.PageBeanPaintAreaUI
- All Implemented Interfaces:
Serializable
,IPageBeanPaintAreaConfigurable
,org.eclnt.jsfserver.pagebean.IPageBean
,org.eclnt.jsfserver.util.valuemgmt.IDynamicContentBindingObject
public class PageBeanPaintAreaUI
extends org.eclnt.workplace.WorkpageDispatchedPageBean
implements IPageBeanPaintAreaConfigurable, Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.eclnt.jsfserver.pagebean.PageBean
m_pageModifier
-
Constructor Summary
ConstructorsConstructorDescriptionPageBeanPaintAreaUI
(org.eclnt.workplace.IWorkpageDispatcher workpageDispatcher) Constructor that is used within the drill down of page bean paint areas.PageBeanPaintAreaUI
(org.eclnt.workplace.IWorkpageDispatcher workpageDispatcher, String configId, List<PageBeanPaintAreaParamValue> params, Object context) Constructor to be used in order to embed a page bean paint area into your application. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclnt.jsfserver.elements.impl.DYNAMICCONTENTBinding
void
void
init
(PageBeanPaintAreaConfig config) void
initPageBeanPaintAreaConfiguration
(Object context, List<PageBeanPaintAreaParamValue> params) This method is called one time - the concrete configuration is passed.void
onEditIconAction
(org.eclnt.jsfserver.base.faces.event.ActionEvent event) void
onScrollpaneAction
(org.eclnt.jsfserver.base.faces.event.ActionEvent event) void
This method is called every time the content of the page bean paint area is refreshed.Methods inherited from class org.eclnt.workplace.WorkpageDispatchedPageBean
getOwningDispatcher, getWorkpage, getWorkpageContainer, setDispatcher
Methods inherited from class org.eclnt.jsfserver.pagebean.PageBean
buildContentReplaceString, closePopup, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, onBeforeRendering, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpression
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclnt.jsfserver.pagebean.IPageBean
closePopup, getActualRootExpression, getPageModifier, getStamp, onBeforeRendering, openModalPopup, openModelessPopup, setActualRootExpression
-
Constructor Details
-
PageBeanPaintAreaUI
public PageBeanPaintAreaUI(org.eclnt.workplace.IWorkpageDispatcher workpageDispatcher) Constructor that is used within the drill down of page bean paint areas. Internal usage only. The constructor to be used for "external usage" is:PageBeanPaintAreaUI(IWorkpageDispatcher, String, List, Object)
. -
PageBeanPaintAreaUI
public PageBeanPaintAreaUI(org.eclnt.workplace.IWorkpageDispatcher workpageDispatcher, String configId, List<PageBeanPaintAreaParamValue> params, Object context) Constructor to be used in order to embed a page bean paint area into your application.
-
-
Method Details
-
getPageName
- Specified by:
getPageName
in interfaceorg.eclnt.jsfserver.pagebean.IPageBean
- Specified by:
getPageName
in classorg.eclnt.jsfserver.pagebean.PageBean
-
getRootExpressionUsedInPage
- Specified by:
getRootExpressionUsedInPage
in interfaceorg.eclnt.jsfserver.pagebean.IPageBean
- Specified by:
getRootExpressionUsedInPage
in classorg.eclnt.jsfserver.pagebean.PageBean
-
getContent
public org.eclnt.jsfserver.elements.impl.DYNAMICCONTENTBinding getContent() -
getInstances
-
getInstanceBorders
-
getBgpaint
-
getDropReceive
-
init
-
init
-
initPageBeanPaintAreaConfiguration
public void initPageBeanPaintAreaConfiguration(Object context, List<PageBeanPaintAreaParamValue> params) Description copied from interface:IPageBeanPaintAreaConfigurable
This method is called one time - the concrete configuration is passed.- Specified by:
initPageBeanPaintAreaConfiguration
in interfaceIPageBeanPaintAreaConfigurable
-
refreshPageBeanPaintAreaContent
public void refreshPageBeanPaintAreaContent()Description copied from interface:IPageBeanPaintAreaConfigurable
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.- Specified by:
refreshPageBeanPaintAreaContent
in interfaceIPageBeanPaintAreaConfigurable
-
onScrollpaneAction
public void onScrollpaneAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
onEditIconAction
public void onEditIconAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
-