Class PageBeanPaintArea
java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
org.eclnt.jsfserver.pagebean.component.PageBeanComponent
org.eclnt.ccaddons.pagebeanpaintarea.pbc.PageBeanPaintArea
- All Implemented Interfaces:
Serializable,org.eclnt.jsfserver.elements.IConfiguredByLayout,org.eclnt.jsfserver.pagebean.component.IPageBeanComponent,org.eclnt.jsfserver.pagebean.IPageBean,org.eclnt.jsfserver.util.valuemgmt.IDynamicContentBindingObject
public class PageBeanPaintArea
extends org.eclnt.jsfserver.pagebean.component.PageBeanComponent
implements Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponent
org.eclnt.jsfserver.pagebean.component.PageBeanComponent.ILiteralResolver, org.eclnt.jsfserver.pagebean.component.PageBeanComponent.LitMap -
Field Summary
Fields inherited from class org.eclnt.jsfserver.pagebean.PageBean
m_pageModifier -
Constructor Summary
ConstructorsConstructorDescriptionPageBeanPaintArea(org.eclnt.workplace.IWorkpageDispatcher dispatcher) Constructor that is used within the drill down of page bean paint areas.PageBeanPaintArea(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.DYNAMICCONTENTBindingvoidvoidinit(PageBeanPaintAreaConfig config) voidinitPageBeanPaintAreaConfiguration(Object context, List<PageBeanPaintAreaParamValue> params) voidonEditIconAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidonScrollpaneAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidMethods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponent
getLit, initializePageBean, initializePageBeanConfigItemsMethods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
addConfiguredByLayoutListener, findLiteralResourceName, getClassDefiningPageBean, getLayoutPath, getLiteralResolver, getPageName, initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized, readLiteral, readLiteralByOwnResourceBundle, removeConfiguredByLayoutListener, setLiteralResolverMethods inherited from class org.eclnt.jsfserver.pagebean.PageBean
buildContentReplaceString, closePopup, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, onBeforeRendering, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclnt.jsfserver.elements.IConfiguredByLayout
addConfiguredByLayoutListener, removeConfiguredByLayoutListenerMethods inherited from interface org.eclnt.jsfserver.pagebean.IPageBean
closePopup, getActualRootExpression, getPageModifier, getPageName, getStamp, onBeforeRendering, openModalPopup, openModelessPopup, setActualRootExpressionMethods inherited from interface org.eclnt.jsfserver.pagebean.component.IPageBeanComponent
initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized
-
Constructor Details
-
PageBeanPaintArea
public PageBeanPaintArea(org.eclnt.workplace.IWorkpageDispatcher dispatcher) 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:PageBeanPaintArea(IWorkpageDispatcher, String, List, Object). -
PageBeanPaintArea
public PageBeanPaintArea(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
-
getRootExpressionUsedInPage
- Specified by:
getRootExpressionUsedInPagein interfaceorg.eclnt.jsfserver.pagebean.IPageBean- Specified by:
getRootExpressionUsedInPagein 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) -
refreshPageBeanPaintAreaContent
public void refreshPageBeanPaintAreaContent() -
onScrollpaneAction
public void onScrollpaneAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) -
onEditIconAction
public void onEditIconAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
-