org.openfaces.component
Interface CompoundComponent
- All Known Implementing Classes:
- AutoCompleteFilter, ComboBoxFilter, Debug, DropDownField, DropDownFieldBase, DropDownFieldFilter, EventEditorDialog, ExpressionFilter, FoldingPanel, InputTextFilter, SuggestionField, TabbedPane, TextSearchFilter, TreeColumn
public interface CompoundComponent
This is an interface for OpenFaces components that need to create other subcomponents 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 after the
component's properties are configured.
When declaring the components in the usual way (with Facelets/JSP tags) no special actions should be taken since
createSubComponents is invoked in component's tag handlers automatically in this case.
createSubComponents
void createSubComponents(FacesContext context)
Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.