Uses of Interface
org.eclnt.jsfserver.elements.IBaseComponent
Packages that use IBaseComponent
Package
Description
-
Uses of IBaseComponent in org.eclnt.jsfserver.elements
Classes in org.eclnt.jsfserver.elements that implement IBaseComponentModifier and TypeClassDescriptionclassIs decoding "ID.action" and is invoking the Action accordingly.classCentral class for all server-side component representations.classclassBase component for extending components that wrap a page bean (component).classIs decoding "ID.action" and is invoking the Action accordingly.classclassclassComponent which only serves as structure node inside the Layout.Methods in org.eclnt.jsfserver.elements that return IBaseComponentModifier and TypeMethodDescriptionBaseComponent.getParentBaseComponent()IBaseComponent.getParentBaseComponent()Please pay attention: this returns the component construction at runtime - which might be different to the component construction at design time. -
Uses of IBaseComponent in org.eclnt.jsfserver.elements.adapter
Methods in org.eclnt.jsfserver.elements.adapter with parameters of type IBaseComponentModifier and TypeMethodDescriptionvoidComponentAdapterBindingBase.initComponent(IBaseComponent component) voidComponentAdapterByAnnotation.initComponent(IBaseComponent component) voidIComponentAdapterBinding2.initComponent(IBaseComponent component) This method is called when the component processing first time "touches" the component adapter binding instance. -
Uses of IBaseComponent in org.eclnt.jsfserver.elements.impl
Classes in org.eclnt.jsfserver.elements.impl that implement IBaseComponentModifier and TypeClassDescriptionclassorg.eclnt.jsfserver.elements.impl.PAGEBEANCOMPONENTComponentclassorg.eclnt.jsfserver.elements.impl.PAGEBEANCONFIGComponentclassorg.eclnt.jsfserver.elements.impl.PAGEBEANINCLUDEComponentclassorg.eclnt.jsfserver.elements.impl.ROWPAGEBEANINCLUDEComponent -
Uses of IBaseComponent in org.eclnt.jsfserver.pagebean.component
Methods in org.eclnt.jsfserver.pagebean.component with parameters of type IBaseComponentModifier and TypeMethodDescriptionvoidIPageBeanComponent.initializePageBeanPassComponent(IBaseComponent component) Pass the actual component that uses the page bean.voidPageBeanComponentBase.initializePageBeanPassComponent(IBaseComponent component) -
Uses of IBaseComponent in org.eclnt.jsfserver.pagebean.componentascontrol
Methods in org.eclnt.jsfserver.pagebean.componentascontrol with parameters of type IBaseComponentModifier and TypeMethodDescriptionvoidIPageBeanComponentAsControl.initializePageBeanPassComponent(IBaseComponent component) Pass the actual component that uses the page bean.