javax.faces.component
Interface NamingContainer

All Known Implementing Classes:
HtmlDataTable, HtmlForm, UIData, UIForm, UINamingContainer

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 and UIComponent#getClientId methods; see those methods for further information.


Field Summary
static char SEPARATOR_CHAR
          Deprecated. use UINamingContainer#getSeparatorChar(javax.faces.context.FacesContext)
 

Field Detail

SEPARATOR_CHAR

static final char SEPARATOR_CHAR
Deprecated. use UINamingContainer#getSeparatorChar(javax.faces.context.FacesContext)

The separator character used in component identifiers to demarcate navigation to a child naming container.

See Also:
Constant Field Values


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41