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 TypeClassDescriptionclass
Is decoding "ID.action" and is invoking the Action accordingly.class
Central class for all server-side component representations.class
class
Base component for extending components that wrap a page bean (component).class
Is decoding "ID.action" and is invoking the Action accordingly.class
class
class
Component 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 TypeMethodDescriptionvoid
ComponentAdapterBindingBase.initComponent
(IBaseComponent component) void
ComponentAdapterByAnnotation.initComponent
(IBaseComponent component) void
IComponentAdapterBinding2.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 TypeClassDescriptionclass
org.eclnt.jsfserver.elements.impl.PAGEBEANCOMPONENTComponent
class
org.eclnt.jsfserver.elements.impl.PAGEBEANCONFIGComponent
class
org.eclnt.jsfserver.elements.impl.PAGEBEANINCLUDEComponent
class
org.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 TypeMethodDescriptionvoid
IPageBeanComponent.initializePageBeanPassComponent
(IBaseComponent component) Pass the actual component that uses the page bean.void
PageBeanComponentBase.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 TypeMethodDescriptionvoid
IPageBeanComponentAsControl.initializePageBeanPassComponent
(IBaseComponent component) Pass the actual component that uses the page bean.