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 TypeMethodDescriptionvoidIPageBeanPaintAreaConfigurable.initPageBeanPaintAreaConfiguration(Object context, List<PageBeanPaintAreaParamValue> params) This method is called one time - the concrete configuration is passed.voidPageBeanPaintAreaInstance.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 TypeMethodDescriptionvoidPageBeanPaintArea.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 TypeMethodDescriptionvoidPageBeanPaintAreaUI.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.