public interface NamingContainer
NamingContainer is an
interface that must be
implemented by any UIComponent
that wants to be a naming
container. Naming containers affect the behavior of the
UIComponent.findComponent(java.lang.String)
and UIComponent.getClientId()
methods; see those methods for further information.
Modifier and Type | Field and Description |
---|---|
static char |
SEPARATOR_CHAR
|
static final char SEPARATOR_CHAR
The separator character used in component identifiers to demarcate navigation to a child naming container.
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.