org.openfaces.component
Interface CompoundComponent
- All Known Implementing Classes:
- AutoCompleteFilter, DropDownFieldFilter, InputTextFilter, TextSearchFilter
public interface CompoundComponent
This is an interface for OpenFaces components that need to create other sub-components for rendering their contents.
Application developers should pay attention to this interface when creating components programmatically in backing
beans. All components that implement this interface should have their createSubComponents method invoked when a
component is added to the view.
createSubComponents
void createSubComponents(javax.faces.context.FacesContext context)
Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.