Uses of Class
org.eclnt.ccaddons.pagebeanpaintarea.PageBeanPaintAreaParamValue
Packages that use PageBeanPaintAreaParamValue
Package
Description
-
Uses of PageBeanPaintAreaParamValue in org.eclnt.ccaddons.pagebeanpaintarea
Methods in org.eclnt.ccaddons.pagebeanpaintarea that return types with arguments of type PageBeanPaintAreaParamValueMethod parameters in org.eclnt.ccaddons.pagebeanpaintarea with type arguments of type PageBeanPaintAreaParamValueModifier and TypeMethodDescriptionvoid
IPageBeanPaintAreaConfigurable.initPageBeanPaintAreaConfiguration
(Object context, List<PageBeanPaintAreaParamValue> params) This method is called one time - the concrete configuration is passed.void
PageBeanPaintAreaInstance.setParamValues
(List<PageBeanPaintAreaParamValue> paramValues) -
Uses of PageBeanPaintAreaParamValue in org.eclnt.ccaddons.pagebeanpaintarea.pbc
Method parameters in org.eclnt.ccaddons.pagebeanpaintarea.pbc with type arguments of type PageBeanPaintAreaParamValueModifier and TypeMethodDescriptionvoid
PageBeanPaintArea.initPageBeanPaintAreaConfiguration
(Object context, List<PageBeanPaintAreaParamValue> params) Constructors in org.eclnt.ccaddons.pagebeanpaintarea.pbc with parameters of type PageBeanPaintAreaParamValueConstructor parameters in org.eclnt.ccaddons.pagebeanpaintarea.pbc with type arguments of type PageBeanPaintAreaParamValueModifierConstructorDescriptionPageBeanPaintArea
(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. -
Uses of PageBeanPaintAreaParamValue in org.eclnt.ccaddons.pagebeanpaintarea.ui
Method parameters in org.eclnt.ccaddons.pagebeanpaintarea.ui with type arguments of type PageBeanPaintAreaParamValueModifier and TypeMethodDescriptionvoid
PageBeanPaintAreaUI.initPageBeanPaintAreaConfiguration
(Object context, List<PageBeanPaintAreaParamValue> params) Constructors in org.eclnt.ccaddons.pagebeanpaintarea.ui with parameters of type PageBeanPaintAreaParamValueConstructor parameters in org.eclnt.ccaddons.pagebeanpaintarea.ui with type arguments of type PageBeanPaintAreaParamValueModifierConstructorDescriptionPageBeanPaintAreaUI
(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.