Package javax.faces.component
Interface NamingContainer
-
- All Known Implementing Classes:
HtmlDataTable,HtmlForm,UIData,UIForm,UINamingContainer
public interface NamingContainerNamingContainer is an interface that must be implemented by any
UIComponentthat wants to be a naming container. Naming containers affect the behavior of theUIComponent.findComponent(java.lang.String)andUIComponent.getClientId()methods; see those methods for further information.
-
-
Field Summary
Fields Modifier and Type Field Description static charSEPARATOR_CHAR
-
-
-
Field Detail
-
SEPARATOR_CHAR
static final char SEPARATOR_CHAR
The separator character used in component identifiers to demarcate navigation to a child naming container.
- See Also:
- Constant Field Values
-
-